зеркало из https://github.com/mozilla/pjs.git
correct typo
This commit is contained in:
Родитель
2fe0a6f6f8
Коммит
5f194ac082
|
@ -346,7 +346,7 @@
|
|||
#ifdef XP_MACOSX
|
||||
label = this._bundle.GetStringFromName("default-last-title-mac");
|
||||
#else
|
||||
label = this._bundle.formatStringFromName("default-last-title)", [this.title], 1);
|
||||
label = this._bundle.formatStringFromName("default-last-title", [this.title], 1);
|
||||
#endif
|
||||
this._wizardHeader.setAttribute("label", label);
|
||||
this._wizardHeader.setAttribute("description", this.currentPage.getAttribute("description"));
|
||||
|
|
Загрузка…
Ссылка в новой задаче