Fix typo
This commit is contained in:
parent
c2d37f721f
commit
e7ac5542e5
@ -1410,10 +1410,10 @@ TreeStyleTabWindow.prototype = inherit(TreeStyleTabBase, {
|
|||||||
w.focus();
|
w.focus();
|
||||||
var message;
|
var message;
|
||||||
try { // Firefox 29 and older
|
try { // Firefox 29 and older
|
||||||
message = this.tabbrowserBundle.getFormattedString('tabs.closeWarningMultipleTabs', [aTabsCount]);
|
message = utils.tabbrowserBundle.getFormattedString('tabs.closeWarningMultipleTabs', [aTabsCount]);
|
||||||
}
|
}
|
||||||
catch (ex) { // Firefox 30 and later
|
catch (ex) { // Firefox 30 and later
|
||||||
message = w.PluralForm.get(aTabsCount, this.tabbrowserBundle.getString('tabs.closeWarningMultiple')).replace('#1', aTabsCount);
|
message = w.PluralForm.get(aTabsCount, utils.tabbrowserBundle.getString('tabs.closeWarningMultiple')).replace('#1', aTabsCount);
|
||||||
}
|
}
|
||||||
var shouldClose = Services.prompt.confirmEx(w,
|
var shouldClose = Services.prompt.confirmEx(w,
|
||||||
utils.tabbrowserBundle.getString('tabs.closeWarningTitle'),
|
utils.tabbrowserBundle.getString('tabs.closeWarningTitle'),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user