This commit is contained in:
chanial%noos.fr 2003-08-20 02:03:43 +00:00
Родитель 2fe0a6f6f8
Коммит 5f194ac082
1 изменённых файлов: 1 добавлений и 1 удалений

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

@ -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"));