mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
fix for bug #393868: js error when I open the view menu in the places organizer (missing the view.sortBy.tags.* string properties) r=dietrich
This commit is contained in:
parent
bf4ee1816d
commit
8484939279
@ -46,7 +46,7 @@ livemarkReloadOne=Reload %S
|
||||
sortByName=Sort '%S' by Name
|
||||
sortByNameGeneric=Sort by Name
|
||||
view.sortBy.title.label=Sort by Name
|
||||
view.sortBy.title.accesskey=T
|
||||
view.sortBy.title.accesskey=N
|
||||
view.sortBy.url.label=Sort by Location
|
||||
view.sortBy.url.accesskey=L
|
||||
view.sortBy.date.label=Sort by Visit Date
|
||||
@ -61,6 +61,8 @@ view.sortBy.dateAdded.label=Sort by Added
|
||||
view.sortBy.dateAdded.accesskey=A
|
||||
view.sortBy.lastModified.label=Sort by Last Modified
|
||||
view.sortBy.lastModified.accesskey=M
|
||||
view.sortBy.tags.label=Sort by Tags
|
||||
view.sortBy.tags.accesskey=T
|
||||
|
||||
searchByDefault=Search in Bookmarks
|
||||
searchCurrentDefault=Search in '%S'
|
||||
|
Loading…
Reference in New Issue
Block a user