Bug 337390: rev entity name to indicate semantic change, and to sync branch/trunk, r=beltzner

This commit is contained in:
gavin%gavinsharp.com 2006-07-06 03:03:01 +00:00
Родитель 648682c26e
Коммит c298dfd554
2 изменённых файлов: 2 добавлений и 2 удалений

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

@ -270,7 +270,7 @@ SessionStartup.prototype = {
// create prompt strings
var ssStringBundle = this._getStringBundle("chrome://browser/locale/sessionstore.properties");
var restoreTitle = ssStringBundle.formatStringFromName("restoreTitle", [brandShortName], 1);
var restoreTitle = ssStringBundle.formatStringFromName("restoredTitle", [brandShortName], 1);
var restoreText = ssStringBundle.formatStringFromName("restoredText", [brandShortName], 1);
var buttonTitle = ssStringBundle.GetStringFromName("buttonTitle");
var cancelTitle = ssStringBundle.GetStringFromName("cancelTitle");

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

@ -1,4 +1,4 @@
restoreTitle= %S - Restore Previous Session
restoredTitle= %S - Restore Previous Session
restoredText=%S experienced a serious error, and your last session closed unexpectedly. You can restore the tabs and windows from your previous session, or start a new session if the problem continues.
buttonTitle=Restore Session
cancelTitle=Start New Session