diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-08-21 20:59:46 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-08-21 20:59:46 -0400 |
commit | 432e26d594e599fe128e6c9b69a056e306936503 (patch) | |
tree | dfbc88acf5d8b3dc8939e24663fcae53b43c8d27 /application/basilisk | |
parent | 7231eca3c132907c095a66aa8b135a822aeffc7b (diff) | |
download | uxp-432e26d594e599fe128e6c9b69a056e306936503.tar.gz |
Basilisk: Fix locale error on migration.xul on Linux
Diffstat (limited to 'application/basilisk')
-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 e850910020..62c97c107c 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"> |