diff options
author | Gaming4JC <g4jc@bulletmail.org> | 2018-08-15 17:59:44 -0400 |
---|---|---|
committer | Gaming4JC <g4jc@bulletmail.org> | 2018-08-15 17:59:44 -0400 |
commit | 5dc7306df6cc5cf24d6fc6ba14bc245f33c145ac (patch) | |
tree | 1d6151045f5acd2563248b3499b680705012c7f1 | |
parent | 9acca3b80775d5f441359f3ccbcb19c360a0f7c8 (diff) | |
download | iceweasel-uxp-5dc7306df6cc5cf24d6fc6ba14bc245f33c145ac.tar.gz |
Remove uneeded custom locale string in migration.xul
-rw-r--r-- | components/migration/content/migration.xul | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/components/migration/content/migration.xul b/components/migration/content/migration.xul index e850910..62c97c1 100644 --- a/components/migration/content/migration.xul +++ b/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"> |