diff options
author | Moonchild <mcwerewolf@gmail.com> | 2018-08-22 13:07:49 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2018-08-22 13:07:49 +0200 |
commit | 6ded9a001fddf501efb96b7e68dc9dabbe0ade22 (patch) | |
tree | dfbc88acf5d8b3dc8939e24663fcae53b43c8d27 | |
parent | 7231eca3c132907c095a66aa8b135a822aeffc7b (diff) | |
parent | 432e26d594e599fe128e6c9b69a056e306936503 (diff) | |
download | UXP-6ded9a001fddf501efb96b7e68dc9dabbe0ade22.tar UXP-6ded9a001fddf501efb96b7e68dc9dabbe0ade22.tar.gz UXP-6ded9a001fddf501efb96b7e68dc9dabbe0ade22.tar.lz UXP-6ded9a001fddf501efb96b7e68dc9dabbe0ade22.tar.xz UXP-6ded9a001fddf501efb96b7e68dc9dabbe0ade22.zip |
Merge pull request #722 from g4jc/importfromunix
Basilisk: Fix locale error on migration.xul on Linux
-rw-r--r-- | application/basilisk/components/migration/content/migration.xul | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/application/basilisk/components/migration/content/migration.xul b/application/basilisk/components/migration/content/migration.xul index e85091002..62c97c107 100644 --- a/application/basilisk/components/migration/content/migration.xul +++ b/application/basilisk/components/migration/content/migration.xul @@ -24,11 +24,9 @@ <wizardpage id="importSource" pageid="importSource" next="selectProfile" label="&importSource.title;" onpageadvanced="return MigrationWizard.onImportSourcePageAdvanced();"> -#ifdef XP_WIN + <description id="importAll" control="importSourceGroup">&importFrom.label;</description> -#else - <description id="importAll" control="importSourceGroup">&importFromUnix.label;</description> -#endif + <description id="importBookmarks" control="importSourceGroup" hidden="true">&importFromBookmarks.label;</description> <radiogroup id="importSourceGroup" align="start"> |