mirror of
https://github.com/mozilla/gecko-dev.git
synced 2025-02-02 12:07:52 +00:00
hack around 26265/25571 (stringbundles failing in mac profile manager), r=jst@citec.fi
This commit is contained in:
parent
fb3f249ef1
commit
481ee72b38
@ -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 );
|
||||
|
Loading…
x
Reference in New Issue
Block a user