diff options
author | vladd%bugzilla.org <> | 2006-06-09 19:16:10 +0000 |
---|---|---|
committer | vladd%bugzilla.org <> | 2006-06-09 19:16:10 +0000 |
commit | e36503867847944db6ef44491f0e8343b5faa591 (patch) | |
tree | f8f73ca4b5844f77e30adeb28316a990a81703ec | |
parent | Documentation patch for bug 340904: remove false statement from documentation... (diff) | |
download | bugzilla-e36503867847944db6ef44491f0e8343b5faa591.tar.gz bugzilla-e36503867847944db6ef44491f0e8343b5faa591.tar.bz2 bugzilla-e36503867847944db6ef44491f0e8343b5faa591.zip |
Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel for UI consistency; r=timeless on IRC, no bug number.
-rw-r--r-- | template/en/default/account/prefs/prefs.html.tmpl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/template/en/default/account/prefs/prefs.html.tmpl b/template/en/default/account/prefs/prefs.html.tmpl index 352e303d6..9cb66f7bd 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" } ] %] |