From: vladd%bugzilla.org <> Date: Fri, 9 Jun 2006 19:15:54 +0000 (+0000) Subject: Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel... X-Git-Tag: bugzilla-2.22.1~100 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=49e3fe44d8d248bde5870e588052e29b9e56dd74;p=thirdparty%2Fbugzilla.git Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel for UI consistency; r=timeless on IRC, no bug number. --- diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 352e303d6a..9cb66f7bd7 100644 --- a/template/en/default/account/prefs/prefs.html.tmpl +++ b/template/en/default/account/prefs/prefs.html.tmpl @@ -49,7 +49,7 @@ link => "userprefs.cgi?tab=settings", saveable => "1" }, { name => "email", label => "Email Preferences", link => "userprefs.cgi?tab=email", saveable => "1" }, - { name => "saved-searches", label => "Saved searches", + { name => "saved-searches", label => "Saved Searches", link => "userprefs.cgi?tab=saved-searches", saveable => "1" }, { name => "permissions", label => "Permissions", link => "userprefs.cgi?tab=permissions", saveable => "0" } ] %]