Bug 346802: tweak session restore dialog text, patch by beltzner@mozilla.com, r=me
git-svn-id: svn://10.0.0.236/trunk@206343 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
parent
7419a9a9de
commit
b7260db3de
@ -295,7 +295,7 @@ SessionStartup.prototype = {
|
||||
// create prompt strings
|
||||
var ssStringBundle = this._getStringBundle("chrome://browser/locale/sessionstore.properties");
|
||||
var restoreTitle = ssStringBundle.formatStringFromName("restoredTitle", [brandShortName], 1);
|
||||
var restoreText = ssStringBundle.formatStringFromName("restoredText", [brandShortName], 1);
|
||||
var restoreText = ssStringBundle.formatStringFromName("restoredMsg", [brandShortName], 1);
|
||||
var buttonTitle = ssStringBundle.GetStringFromName("buttonTitle");
|
||||
var cancelTitle = ssStringBundle.GetStringFromName("cancelTitle");
|
||||
|
||||
|
||||
@ -1,4 +1,4 @@
|
||||
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.
|
||||
restoredMsg=Your last %S session closed unexpectedly. You can restore the tabs and windows from your previous session, or start a new session if you think the problem was related to a page you were viewing.
|
||||
buttonTitle=Restore Session
|
||||
cancelTitle=Start New Session
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user