mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
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:
parent
7799127efa
commit
f5e38bca8c
@ -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");
|
||||
},
|
||||
|
||||
/**
|
||||
|
@ -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'…
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user