diff options
author | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-24 14:51:25 +0200 |
---|---|---|
committer | Frédéric Buclin <LpSolit@gmail.com> | 2014-04-24 14:51:25 +0200 |
commit | 9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6 (patch) | |
tree | 95a98ef6cf9d006e2fd3f56b1292699db15baa67 /template/en/default/admin | |
parent | e000e51493a832c2630a903779574c3fc7782150 (diff) | |
download | bugs-9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6.tar bugs-9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6.tar.gz bugs-9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6.tar.bz2 bugs-9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6.tar.xz bugs-9a2f20f4e47e4f6aca3e73d5d231b0f7223588f6.zip |
Fix some syntax errors left by bug 489028
Diffstat (limited to 'template/en/default/admin')
-rw-r--r-- | template/en/default/admin/params/admin.html.tmpl | 4 |
1 files changed, 2 insertions, 2 deletions
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}."} %] |