зеркало из https://github.com/mozilla/pjs.git
Bug 351955 - profileCreationExplanation_4.text in createProfileWizard.dtd needs a Linux/Gnome version. Patch by Marek A. Stepien <marcoos+bmo@marcoos.org>. r=benjamin.
This commit is contained in:
Родитель
7cf7b3b95f
Коммит
2586235c6c
|
@ -7,6 +7,7 @@
|
|||
<!ENTITY profileCreationExplanation_3.text "If you are the only person using this copy of &brandShortName;, you must have at least one profile. If you would like, you can create multiple profiles for yourself to store different sets of settings and preferences. For example, you may want to have separate profiles for business and personal use.">
|
||||
<!ENTITY profileCreationExplanation_4.text "To begin creating your profile, click Next.">
|
||||
<!ENTITY profileCreationExplanation_4Mac.text "To begin creating your profile, click Continue.">
|
||||
<!ENTITY profileCreationExplanation_4Gnome.text "To begin creating your profile, click Next.">
|
||||
|
||||
<!-- Second wizard page -->
|
||||
<!ENTITY profileCreationIntro.text "If you create several profiles you can tell them apart by the profile names. You may use the name provided here or use one of your own.">
|
||||
|
|
|
@ -27,10 +27,14 @@
|
|||
<description>&profileCreationExplanation_2.text;</description>
|
||||
<description>&profileCreationExplanation_3.text;</description>
|
||||
<spacer flex="1"/>
|
||||
#ifndef XP_MACOSX
|
||||
<description>&profileCreationExplanation_4.text;</description>
|
||||
#else
|
||||
#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>
|
||||
|
||||
|
|
Загрузка…
Ссылка в новой задаче