hack around 26265/25571 (stringbundles failing in mac profile manager), r=jst@citec.fi

This commit is contained in:
ben%netscape.com 2000-02-07 00:13:03 +00:00
parent fb3f249ef1
commit 481ee72b38

View File

@ -167,7 +167,8 @@ function WM_ProgressUpdate( currentPageNumber )
try {
string += ( " " + this.bundle.GetStringFromName("oflabel") + " " );
} catch (e) {
string += "of";
// mac string bundle hack
string += " of ";
}
string += this.GetMapLength();
var textNode = document.createTextNode ( string );