Bug 811284 - More logical ordering the item list of "Automatic updates" in settings. r=mleibovic

This commit is contained in:
Tetsuharu OHZEKI 2012-11-14 21:01:07 -05:00
Родитель f65df800e1
Коммит da42466894
1 изменённых файлов: 2 добавлений и 2 удалений

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

@ -87,13 +87,13 @@
<item>private.data.siteSettings</item>
</string-array>
<string-array name="pref_update_autodownload_entries">
<item>@string/pref_update_autodownload_enabled</item>
<item>@string/pref_update_autodownload_wifi</item>
<item>@string/pref_update_autodownload_disabled</item>
<item>@string/pref_update_autodownload_enabled</item>
</string-array>
<string-array name="pref_update_autodownload_values">
<item>enabled</item>
<item>wifi</item>
<item>disabled</item>
<item>enabled</item>
</string-array>
</resources>