summaryrefslogtreecommitdiff
path: root/org.fox.ttcomics/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
Diffstat (limited to 'org.fox.ttcomics/src/main/res/xml/preferences.xml')
-rwxr-xr-xorg.fox.ttcomics/src/main/res/xml/preferences.xml8
1 files changed, 4 insertions, 4 deletions
diff --git a/org.fox.ttcomics/src/main/res/xml/preferences.xml b/org.fox.ttcomics/src/main/res/xml/preferences.xml
index 67171fc..85511b2 100755
--- a/org.fox.ttcomics/src/main/res/xml/preferences.xml
+++ b/org.fox.ttcomics/src/main/res/xml/preferences.xml
@@ -4,10 +4,10 @@
<PreferenceCategory android:title="@string/prefs_general" >
<Preference
android:key="comics_directory"
- android:hint="@string/comics_directory_default"
android:summary="@string/prefs_comics_directory_summary"
android:title="@string/prefs_comics_directory" >
</Preference>
+
<Preference
android:key="open_storage_dir"
android:summary="@string/prefs_open_storage_dir_summary"
@@ -17,8 +17,8 @@
<org.fox.ttcomics2.utils.LessBrokenSwitchPreference
android:defaultValue="true"
android:key="enable_fab"
- android:summary="Show floating action button"
- android:title="Enable FAB" />
+ android:summary="@string/prefs_enable_fab_summary"
+ android:title="@string/prefs_enable_fab" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/prefs_sync" >
<org.fox.ttcomics2.utils.LessBrokenSwitchPreference
@@ -31,7 +31,7 @@
<Preference
android:dependency="use_position_sync"
android:key="choose_sync_account"
- android:title="Choose sync account"
+ android:title="@string/prefs_choose_sync_account"
/>
<Preference