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:
Michael Comella 2012-07-19 21:08:40 -04:00
Родитель 538606fc62
Коммит 87d2d9ebed
2 изменённых файлов: 24 добавлений и 23 удалений

Просмотреть файл

@ -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/. -->

Просмотреть файл

@ -43,8 +43,9 @@
<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"
<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"