summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-27 15:55:22 +0300
committerAndrew Dolgov <[email protected]>2011-11-27 15:55:22 +0300
commit6b32c5153c2952dad2c4ab6e463f579a20011fc1 (patch)
treefb55776e749721c2c61cd9db59da9322c0653b50 /res/values
parent45b7bff4231a225b3d5ebc54192f2a2f16c6542b (diff)
implement marking articles as unread
do not notify server to catchup article if it isn't unread when selecting
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml1
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index d106c5f6..c0615976 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -47,4 +47,5 @@
<string name="transport_debugging">Log sent and received data</string>
<string name="toggle_marked">Toggle starred</string>
<string name="toggle_published">Toggle published</string>
+ <string name="set_unread">Mark unread</string>
</resources>