mirror of
https://repo.dactyloidae.xyz/Dactyloidae/UXP.git
synced 2026-09-04 23:08:39 +09:00
Basilisk: Fix locale error on migration.xul on Linux
This commit is contained in:
parent
539d6c8c4a
commit
1c7dbcfb7c
1 changed files with 2 additions and 4 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue