зеркало из https://github.com/mozilla/gecko-dev.git
Bug 715179 - (2 of 8) Fixed a few miscellaneous indentation issues and corrected a few strings in the preferences' XML files. r=bnicholson
This commit is contained in:
Родитель
538606fc62
Коммит
87d2d9ebed
|
@ -1,4 +1,4 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<?xml version="1.0" encoding="UTF-8"?>
|
||||
<!-- This Source Code Form is subject to the terms of the Mozilla Public
|
||||
- License, v. 2.0. If a copy of the MPL was not distributed with this file,
|
||||
- You can obtain one at http://mozilla.org/MPL/2.0/. -->
|
||||
|
|
|
@ -20,36 +20,37 @@
|
|||
|
||||
<PreferenceCategory android:title="@string/pref_category_content">
|
||||
|
||||
<ListPreference android:key="browser.menu.showCharacterEncoding"
|
||||
android:title="@string/pref_char_encoding"
|
||||
android:entries="@array/pref_char_encoding_entries"
|
||||
android:entryValues="@array/pref_char_encoding_values"
|
||||
android:persistent="false" />
|
||||
<ListPreference android:key="browser.menu.showCharacterEncoding"
|
||||
android:title="@string/pref_char_encoding"
|
||||
android:entries="@array/pref_char_encoding_entries"
|
||||
android:entryValues="@array/pref_char_encoding_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference android:key="plugin.enable"
|
||||
android:title="@string/pref_plugins"
|
||||
android:entries="@array/pref_plugins_entries"
|
||||
android:entryValues="@array/pref_plugins_values"
|
||||
android:persistent="false" />
|
||||
<ListPreference android:key="plugin.enable"
|
||||
android:title="@string/pref_plugins"
|
||||
android:entries="@array/pref_plugins_entries"
|
||||
android:entryValues="@array/pref_plugins_values"
|
||||
android:persistent="false" />
|
||||
|
||||
<ListPreference android:key="font.size.inflation.minTwips"
|
||||
android:title="@string/pref_text_size"
|
||||
android:entries="@array/pref_font_size_entries"
|
||||
android:entryValues="@array/pref_font_size_values"
|
||||
android:persistent="false" />
|
||||
<ListPreference android:key="font.size.inflation.minTwips"
|
||||
android:title="@string/pref_text_size"
|
||||
android:entries="@array/pref_font_size_entries"
|
||||
android:entryValues="@array/pref_font_size_values"
|
||||
android:persistent="false" />
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory android:title="@string/pref_category_privacy">
|
||||
|
||||
<!-- keys prefixed with "android.not_a_preference." are not synced with Gecko -->
|
||||
<org.mozilla.gecko.PrivateDataPreference android:title="@string/pref_clear_private_data"
|
||||
android:key="android.not_a_preference.privacy.clear"
|
||||
android:persistent="true"
|
||||
android:positiveButtonText="@string/button_clear_data"
|
||||
gecko:entries="@array/pref_private_data_entries"
|
||||
gecko:entryKeys="@array/pref_private_data_keys"
|
||||
gecko:initialValues="@array/pref_private_data_values" />
|
||||
<org.mozilla.gecko.PrivateDataPreference
|
||||
android:key="android.not_a_preference.privacy.clear"
|
||||
android:title="@string/pref_clear_private_data"
|
||||
android:persistent="true"
|
||||
android:positiveButtonText="@string/button_clear_data"
|
||||
gecko:entries="@array/pref_private_data_entries"
|
||||
gecko:entryKeys="@array/pref_private_data_keys"
|
||||
gecko:initialValues="@array/pref_private_data_values" />
|
||||
|
||||
<CheckBoxPreference android:key="privacy.donottrackheader.enabled"
|
||||
android:title="@string/pref_do_not_track"
|
||||
|
|
Загрузка…
Ссылка в новой задаче