Rename "Maintenance" to "Other"

This commit is contained in:
Daniel Martí 2013-08-30 14:34:52 +02:00
parent aadd89be1b
commit eb1d21f827
2 changed files with 2 additions and 2 deletions

View File

@ -16,7 +16,7 @@
<string name="updates">Updates</string>
<string name="clear_all_cached_data">Clear all cached data</string>
<string name="reset">Reset</string>
<string name="maintenance">Maintenance</string>
<string name="other">Other</string>
<string name="notify_updates_available">Notify when new updates are available</string>
<string name="update_apps_list">Update app list from repositories automatically
</string>

View File

@ -55,7 +55,7 @@
android:defaultValue="false" android:summary="@string/ignoreTouch_long"
android:key="ignoreTouchscreen" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/maintenance">
<PreferenceCategory android:title="@string/other">
<CheckBoxPreference android:title="@string/cache_downloaded"
android:defaultValue="false" android:summary="@string/keep_downloaded"
android:key="cacheDownloaded" />