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.xml7
1 files changed, 3 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 c38e0b4..85511b2 100755
--- a/org.fox.ttcomics/src/main/res/xml/preferences.xml
+++ b/org.fox.ttcomics/src/main/res/xml/preferences.xml
@@ -4,7 +4,6 @@
<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>
@@ -18,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
@@ -32,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