From 49e3fe44d8d248bde5870e588052e29b9e56dd74 Mon Sep 17 00:00:00 2001 From: "vladd%bugzilla.org" <> Date: Fri, 9 Jun 2006 19:15:54 +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. --- template/en/default/account/prefs/prefs.html.tmpl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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" } ] %] -- 2.47.2