diff --git a/browser/components/migration/content/migration.xul b/browser/components/migration/content/migration.xul
index 0f3476d1b62..6d6c53b129f 100644
--- a/browser/components/migration/content/migration.xul
+++ b/browser/components/migration/content/migration.xul
@@ -45,7 +45,9 @@
onload="MigrationWizard.init()"
onunload="MigrationWizard.uninit()"
style="width: 40em;"
- buttons="accept,cancel">
+ buttons="accept,cancel"
+ xmlns:xhtml2="http://www.w3.org/TR/xhtml2"
+ xmlns:wairole="http://www.w3.org/2005/01/wai-rdf/GUIRoleTaxonomy#">
@@ -55,11 +57,11 @@
label="&importSource.title;"
onpageadvanced="MigrationWizard.onImportSourcePageAdvanced();">
#ifdef XP_WIN
- &importFrom.label;
+ &importFrom.label;
#else
- &importFromUnix.label;
+ &importFromUnix.label;
#endif
- &importFromBookmarks.label;
+ &importFromBookmarks.label;
@@ -110,7 +112,7 @@
onpageshow="return MigrationWizard.onSelectProfilePageShow();"
onpagerewound="return MigrationWizard.onSelectProfilePageRewound();"
onpageadvanced="return MigrationWizard.onSelectProfilePageAdvanced();">
- &selectProfile.label;
+ &selectProfile.label;
@@ -121,24 +123,27 @@
onpagerewound="return MigrationWizard.onImportItemsPageAdvanced();"
onpageadvanced="return MigrationWizard.onImportItemsPageAdvanced();"
oncommand="MigrationWizard.onImportItemCommand();">
- &importItems.label;
+ &importItems.label;
-
+
- &migrating.label;
+ &migrating.label;
-
+
- &done.label;
+ &done.label;
-
+