diff options
author | Dylan William Hardison [:dylan] <dylan@mozilla.com> | 2014-06-03 09:57:28 +0200 |
---|---|---|
committer | Byron Jones <glob@mozilla.com> | 2014-06-03 09:57:28 +0200 |
commit | 1fbae4ef5a9cca5d889a6fed3b930c1c9d641d6e (patch) | |
tree | 7145c2d59544d11556cf1817227e7c725d22be10 /template/en/default/admin/params | |
parent | c725b6c20ae8157a3a13674755b2de5148a1fe26 (diff) | |
download | bugzilla-1fbae4ef5a9cca5d889a6fed3b930c1c9d641d6e.tar.gz bugzilla-1fbae4ef5a9cca5d889a6fed3b930c1c9d641d6e.tar.xz |
Bug 1000917: Backport upstream bug 489028 to bmo/4.2 to allow user last visit searching
Diffstat (limited to 'template/en/default/admin/params')
-rw-r--r-- | template/en/default/admin/params/admin.html.tmpl | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/template/en/default/admin/params/admin.html.tmpl b/template/en/default/admin/params/admin.html.tmpl index dd83ebb2e..f84dbc701 100644 --- a/template/en/default/admin/params/admin.html.tmpl +++ b/template/en/default/admin/params/admin.html.tmpl @@ -37,5 +37,8 @@ "$terms.Bugzilla will issue a warning in case you'd run into inconsistencies " _ "when you're about to do so, but such deletions remain kinda scary. " _ "So, you have to turn on this option before any such deletions " _ - "will ever happen." } -%]
\ No newline at end of file + "will ever happen." + + last_visit_keep_days => "This option controls how many days $terms.Bugzilla will " _ + "remember when users visit specific ${terms.bugs}."} +%] |