summaryrefslogtreecommitdiffstats
path: root/browser/components/preferences/main.inc.xhtml
diff options
context:
space:
mode:
Diffstat (limited to 'browser/components/preferences/main.inc.xhtml')
-rw-r--r--browser/components/preferences/main.inc.xhtml14
1 files changed, 11 insertions, 3 deletions
diff --git a/browser/components/preferences/main.inc.xhtml b/browser/components/preferences/main.inc.xhtml
index 1eb2189c41..fcf015a3b9 100644
--- a/browser/components/preferences/main.inc.xhtml
+++ b/browser/components/preferences/main.inc.xhtml
@@ -81,6 +81,14 @@
</hbox>
</groupbox>
+<groupbox id="dataBackupGroup" data-category="paneGeneral" hidden="true"
+ data-hidden-from-search="true">
+ <label><html:h2 data-l10n-id="settings-data-backup-header"/></label>
+ <hbox flex="1">
+ <html:backup-settings />
+ </hbox>
+</groupbox>
+
<!-- Tab preferences -->
<groupbox data-category="paneGeneral"
hidden="true">
@@ -384,7 +392,7 @@
<vbox id="translationsGroup" hidden="true" data-subcategory="translations">
<label><html:h2 data-l10n-id="translations-manage-header"/></label>
<hbox id="translations-manage-description" align="center">
- <description flex="1" data-l10n-id="translations-manage-intro"/>
+ <description flex="1" data-l10n-id="translations-manage-intro-2"/>
<button id="translations-manage-settings-button"
is="highlightable-button"
class="accessory-button"
@@ -393,9 +401,9 @@
<vbox>
<html:div id="translations-manage-install-list" hidden="true">
<hbox class="translations-manage-language">
- <label data-l10n-id="translations-manage-install-description"></label>
+ <label data-l10n-id="translations-manage-download-description"></label>
<button id="translations-manage-install-all"
- data-l10n-id="translations-manage-language-install-all-button"></button>
+ data-l10n-id="translations-manage-language-download-all-button"></button>
<button id="translations-manage-delete-all"
data-l10n-id="translations-manage-language-remove-all-button"></button>
</hbox>