зеркало из https://github.com/mozilla/pjs.git
Bug 383545 - 'Are you sure you want to quit?' dialog dismissal button should read 'Don���t Quit' (and fix caps in string name). r=cl-bugs, sr=mento
This commit is contained in:
Родитель
b3560b74a9
Коммит
42f26e7bcd
|
@ -64,9 +64,9 @@
|
|||
"DefaultBrowserDenyButton" = "Don’t Set";
|
||||
|
||||
/* quit with downloads alert */
|
||||
"QuitWithDownloadsMsg" = "Are you sure you want to Quit?";
|
||||
"QuitWithDownloadsMsg" = "Are you sure you want to quit?";
|
||||
"QuitWithDownloadsExpl" = "There are downloads in progress that will be stopped if you quit now.";
|
||||
"QuitWithdownloadsButtonDefault" = "Cancel";
|
||||
"QuitWithDownloadsButtonDefault" = "Don’t Quit";
|
||||
|
||||
/* Parser error loading bookmarks.xml file */
|
||||
"CorruptedBookmarksAlert" = "Error Reading Bookmarks";
|
||||
|
|
|
@ -741,7 +741,7 @@ static id gSharedProgressController = nil;
|
|||
|
||||
NSString *alert = NSLocalizedString(@"QuitWithDownloadsMsg", nil);
|
||||
NSString *message = NSLocalizedString(@"QuitWithDownloadsExpl", nil);
|
||||
NSString *okButton = NSLocalizedString(@"QuitWithdownloadsButtonDefault", nil);
|
||||
NSString *okButton = NSLocalizedString(@"QuitWithDownloadsButtonDefault", nil);
|
||||
NSString *altButton = NSLocalizedString(@"QuitButtonText", nil);
|
||||
|
||||
// while the panel is up, download dialogs won't update (no timers firing) but
|
||||
|
|
Загрузка…
Ссылка в новой задаче