From 9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6 Mon Sep 17 00:00:00 2001 From: Frédéric Buclin Date: Thu, 24 Apr 2014 14:51:25 +0200 Subject: Fix some syntax errors left by bug 489028 --- template/en/default/admin/params/admin.html.tmpl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'template') diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl index dfe513d05..f172a6316 100644 --- a/template/en/default/admin/params/admin.html.tmpl +++ b/template/en/default/admin/params/admin.html.tmpl @@ -26,6 +26,6 @@ "So, you have to turn on this option before any such deletions " _ "will ever happen." - last_visit_keep_days => "This option controls how many days Bugzilla will " _ - "remember when users visit specific bugs."} + last_visit_keep_days => "This option controls how many days $terms.Bugzilla will " _ + "remember when users visit specific ${terms.bugs}."} %] -- cgit v1.2.3-24-g4f1b