summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2012-12-01 15:46:05 +0400
committerAndrew Dolgov <[email protected]>2012-12-01 15:46:05 +0400
commit9e240017049d53f49dd948ba431adf8fb0b8decd (patch)
tree47d43a6fae37b73ef94fb1afd01a95719252e151 /res
parent8245607f3d6f055bb3feec288777f4216196b366 (diff)
minor prefs improvements, bump version
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml3
-rw-r--r--res/xml/preferences.xml1
2 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index dfb6ba0..21ba375 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -53,8 +53,9 @@
<string name="prefs_clear_sync_data_summary">Removes all remotely stored sync data</string>
<string name="open_parent">Open parent</string>
<string name="prefs_enable_rar_archives">Enable RAR archives</string>
- <string name="prefs_enable_rar_summary">Using RAR (CBR) files is not recommended because of underlying RAR library issues. Enable at your own risk.</string>
+ <string name="prefs_enable_rar_summary">Using RAR (CBR) files is not recommended because of underlying RAR library issues.</string>
<string name="file_unread">Unread (%1$d pages)</string>
<string name="file_finished">Finished</string>
<string name="menu_toggle_orientation_lock">(Un)lock orientation</string>
+ <string name="prefs_comics_directory_summary">Base directory for comic archives</string>
</resources> \ No newline at end of file
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index c87b5ac..3656abd 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -5,6 +5,7 @@
<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>