summaryrefslogtreecommitdiff
path: root/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/xml/preferences.xml')
-rw-r--r--res/xml/preferences.xml6
1 files changed, 3 insertions, 3 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a0ffefd..ad59c7e 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -8,7 +8,7 @@
android:title="@string/prefs_comics_directory" >
</Preference>
</PreferenceCategory>
- <PreferenceCategory android:title="Sync" >
+ <PreferenceCategory android:title="@string/prefs_sync" >
<CheckBoxPreference
android:defaultValue="false"
android:key="use_position_sync"
@@ -19,8 +19,8 @@
<Preference
android:dependency="use_position_sync"
android:key="clear_sync_data"
- android:title="Clear sync data"
- android:summary="Removes all remotely stored sync data" >
+ android:title="@string/prefs_clear_sync_data"
+ android:summary="@string/prefs_clear_sync_data_summary" >
</Preference>
</PreferenceCategory>