mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
fix for #123013, fix "View | Sort By" menu item issues in the 3 pane
and addressbook. r/sr=bienvenu
This commit is contained in:
parent
87405288a8
commit
61a4e0e506
@ -60,6 +60,9 @@ Rights Reserved.
|
||||
<!ENTITY showAbToolbarCmd.label "Address Book Toolbar">
|
||||
<!ENTITY showAbToolbarCmd.accesskey "o">
|
||||
|
||||
<!-- override sortMenu.accesskey from messenger.dtd -->
|
||||
<!ENTITY sortMenu.accesskey "S">
|
||||
|
||||
<!ENTITY showCardPane.label "Card Summary Pane">
|
||||
<!ENTITY showCardPane.accesskey "C">
|
||||
|
||||
@ -71,7 +74,6 @@ Rights Reserved.
|
||||
<!ENTITY lastFirstCmd.accesskey "l">
|
||||
<!ENTITY displayNameCmd.label "Display Name">
|
||||
<!ENTITY displayNameCmd.accesskey "d">
|
||||
<!ENTITY sortMenu.label "Sort by">
|
||||
|
||||
<!ENTITY stopSearchingCmd.label ".Stop Searching">
|
||||
|
||||
|
@ -134,8 +134,11 @@ Rights Reserved.
|
||||
<!ENTITY showLocationToolbarCmd.accesskey "L">
|
||||
<!ENTITY showMessageCmd.label "Message">
|
||||
<!ENTITY showMessageCmd.accesskey "e">
|
||||
|
||||
<!-- sortMenu is also used by addressbook -->
|
||||
<!ENTITY sortMenu.label "Sort by">
|
||||
<!ENTITY sortMenu.accesskey "b">
|
||||
<!ENTITY sortMenu.accesskey "t">
|
||||
|
||||
<!ENTITY sortByDateCmd.label "Date">
|
||||
<!ENTITY sortByDateCmd.accesskey "e">
|
||||
<!ENTITY sortByFlagCmd.label "Flag">
|
||||
|
Loading…
x
Reference in New Issue
Block a user