summaryrefslogtreecommitdiff
path: root/toolkit/profile/content/createProfileWizard.js
diff options
context:
space:
mode:
Diffstat (limited to 'toolkit/profile/content/createProfileWizard.js')
-rw-r--r--toolkit/profile/content/createProfileWizard.js4
1 files changed, 0 insertions, 4 deletions
diff --git a/toolkit/profile/content/createProfileWizard.js b/toolkit/profile/content/createProfileWizard.js
index aa87eacd71..f378f36769 100644
--- a/toolkit/profile/content/createProfileWizard.js
+++ b/toolkit/profile/content/createProfileWizard.js
@@ -116,11 +116,7 @@ function checkCurrentInput(currentInput)
if (!errorMessage) {
finishText.className = "";
-#ifdef XP_MACOSX
- finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishTextMac");
-#else
finishText.firstChild.data = gProfileManagerBundle.getString("profileFinishText");
-#endif
canAdvance = true;
}
else {