diff options
Diffstat (limited to 'toolkit/profile/content/createProfileWizard.xul')
-rw-r--r-- | toolkit/profile/content/createProfileWizard.xul | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/toolkit/profile/content/createProfileWizard.xul b/toolkit/profile/content/createProfileWizard.xul index c7e0702a62..eab1a93414 100644 --- a/toolkit/profile/content/createProfileWizard.xul +++ b/toolkit/profile/content/createProfileWizard.xul @@ -31,11 +31,15 @@ <description>&profileCreationExplanation_2.text;</description> <description>&profileCreationExplanation_3.text;</description> <spacer flex="1"/> +#ifdef XP_MACOSX + <description>&profileCreationExplanation_4Mac.text;</description> +#else #ifdef XP_UNIX <description>&profileCreationExplanation_4Gnome.text;</description> #else <description>&profileCreationExplanation_4.text;</description> #endif +#endif </wizardpage> <wizardpage id="createProfile" onpageshow="initSecondWizardPage();"> |