Bug 403153 - "Self describing text in the bookmarks organizer search box should be "Search Bookmarks"" [p=ehsan.akhgari@gmail.com (Ehsan Akhgari [ehsan]) ui-r=faaborg r=Mano a1.9=schrep]

This commit is contained in:
reed@reedloden.com 2008-02-13 02:59:23 -08:00
parent 4d5a034abc
commit f5d699533e
2 changed files with 3 additions and 2 deletions

View File

@ -22,6 +22,7 @@
* Ben Goodger <beng@google.com>
* Annie Sullivan <annie.sullivan@gmail.com>
* Asaf Romano <mano@mozilla.com>
* Ehsan Akhgari <ehsan.akhgari@gmail.com>
*
* Alternatively, the contents of this file may be used under the terms of
* either the GNU General Public License Version 2 or later (the "GPL"), or
@ -797,7 +798,7 @@ var PlacesSearchBox = {
this.searchFilter.emptyText =
title ?
PlacesUtils.getFormattedString("searchCurrentDefault", [title]) :
PlacesUtils.getString("searchByDefault");
PlacesUtils.getString("searchBookmarks");
},
/**

View File

@ -66,7 +66,7 @@ view.sortBy.lastModified.accesskey=M
view.sortBy.tags.label=Sort by Tags
view.sortBy.tags.accesskey=T
searchByDefault=Search in Bookmarks
searchBookmarks=Search Bookmarks
searchCurrentDefault=Search in '%S'
findInPrefix=Find in '%S'…