summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--toolkit/profile/content/createProfileWizard.js5
1 files changed, 2 insertions, 3 deletions
diff --git a/toolkit/profile/content/createProfileWizard.js b/toolkit/profile/content/createProfileWizard.js
index f13eb8faa..aa87eacd7 100644
--- a/toolkit/profile/content/createProfileWizard.js
+++ b/toolkit/profile/content/createProfileWizard.js
@@ -116,11 +116,10 @@ function checkCurrentInput(currentInput)
if (!errorMessage) {
finishText.className = "";
- finishText.firstChild.data = gProfileManagerBundle
#ifdef XP_MACOSX
- .getString("profileFinishTextMac");
+ finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishTextMac");
#else
- .getString("profileFinishText");
+ finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishText");
#endif
canAdvance = true;
}