summaryrefslogtreecommitdiff
path: root/org.fox.ttrss/src/main/res/xml/preferences.xml
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2015-02-11 09:58:33 +0300
committerAndrew Dolgov <[email protected]>2015-02-11 09:58:33 +0300
commitc46e143508810e2fdddcab880b64b55f34ce9233 (patch)
treebd0f3ca5556295115233352dd6b3f12b9d97850e /org.fox.ttrss/src/main/res/xml/preferences.xml
parent659c9bff0f9be57301ddf9df5f8eaf57472e5a36 (diff)
update build timestamp format
Diffstat (limited to 'org.fox.ttrss/src/main/res/xml/preferences.xml')
-rw-r--r--org.fox.ttrss/src/main/res/xml/preferences.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/org.fox.ttrss/src/main/res/xml/preferences.xml b/org.fox.ttrss/src/main/res/xml/preferences.xml
index d37cef41..682224c1 100644
--- a/org.fox.ttrss/src/main/res/xml/preferences.xml
+++ b/org.fox.ttrss/src/main/res/xml/preferences.xml
@@ -187,10 +187,10 @@
<Preference
android:key="version"
android:enabled="false"
- android:title="@string/prefs_version" />
+ android:title="@string/prefs_version_title" />
<Preference
android:key="build_timestamp"
android:enabled="false"
- android:title="@string/prefs_build_timestamp" />
+ android:title="@string/prefs_build_timestamp_title" />
</PreferenceScreen>