mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-01-26 14:46:02 +00:00
bug 125848 r=bryner sr=blake
Mnemonic for Exit Mozilla in Quick Launch should be X not E
This commit is contained in:
parent
c66706ca6c
commit
08d8a54f01
@ -1936,7 +1936,7 @@ nsNativeAppSupportWin::SetupSysTrayIcon() {
|
||||
}
|
||||
|
||||
if ( exitText.IsEmpty() )
|
||||
exitText = NS_LITERAL_STRING( "&Exit Mozilla" );
|
||||
exitText = NS_LITERAL_STRING( "E&xit Mozilla" );
|
||||
|
||||
if ( disableText.IsEmpty() )
|
||||
disableText = NS_LITERAL_STRING( "&Disable Quick Launch" );
|
||||
|
@ -1,4 +1,4 @@
|
||||
Exit=&Exit %S
|
||||
Exit=E&xit %S
|
||||
Disable=&Disable Quick Launch
|
||||
DisableDlgMsg=Disabling Quick Launch will increase the time it takes to start %S. To enable it again, open the Edit menu and choose Preferences. Choose the "Advanced" category and check "Enable Quick Launch." Are you sure you want to disable Quick Launch?
|
||||
DisableDlgTitle=%S Quick Launch
|
||||
|
Loading…
x
Reference in New Issue
Block a user