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:
alqahira%ardisson.org 2007-12-28 22:10:42 +00:00
Родитель b3560b74a9
Коммит 42f26e7bcd
2 изменённых файлов: 3 добавлений и 3 удалений

Просмотреть файл

@ -64,9 +64,9 @@
"DefaultBrowserDenyButton" = "Dont 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" = "Dont 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