bug 125848 r=bryner sr=blake
Mnemonic for Exit Mozilla in Quick Launch should be X not E git-svn-id: svn://10.0.0.236/trunk@114727 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user