From 1e6878961f4222291bcff0087150772632f13ca9 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" Date: Fri, 9 Jun 2006 12:16:10 +0000 Subject: [PATCH] Spelling patch: replace 'Saved searches' with 'Saved Searches' in the prefs panel for UI consistency; r=timeless on IRC, no bug number. git-svn-id: svn://10.0.0.236/trunk@199591 18797224-902f-48f8-a5cc-f745e15eee43 --- .../bugzilla/template/en/default/account/prefs/prefs.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mozilla/webtools/bugzilla/template/en/default/account/prefs/prefs.html.tmpl b/mozilla/webtools/bugzilla/template/en/default/account/prefs/prefs.html.tmpl index 352e303d6a0..9cb66f7bd75 100644 --- a/mozilla/webtools/bugzilla/template/en/default/account/prefs/prefs.html.tmpl +++ b/mozilla/webtools/bugzilla/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" } ] %]