hack around 26265/25571 (stringbundles failing in mac profile manager), r=jst@citec.fi
git-svn-id: svn://10.0.0.236/trunk@59963 18797224-902f-48f8-a5cc-f745e15eee43
This commit is contained in:
@@ -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 );
|
||||
|
||||
Reference in New Issue
Block a user