summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-12-06 12:37:46 +0300
committerAndrew Dolgov <[email protected]>2011-12-06 12:37:46 +0300
commit815e40a698057cd8260d962bb7ec83d2bcf8d5ba (patch)
tree5360ed2c90e0993d39ea7b3969e754c1879b7328 /res/values
parentd8da03554f2c3e1bbbed34758493e5576d9f28ea (diff)
use setemptyview on online lists
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml6
1 files changed, 4 insertions, 2 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 77dbb3e8..c2637c9d 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -26,8 +26,8 @@
<string name="headline_context_multiple">Selected articles</string>
<string name="http_authentication">HTTP Authentication</string>
<string name="login_success">Logged in.</string>
- <string name="no_unread_feeds">No unread feeds.</string>
- <string name="no_unread_headlines">No unread headlines.</string>
+ <string name="no_unread_feeds">No unread feeds</string>
+ <string name="no_unread_headlines">No unread articles</string>
<string name="loading_message">Loading, please wait...</string>
<string name="menu_unread_feeds">Show unread feeds</string>
<string name="menu_all_feeds">Show all feeds</string>
@@ -94,4 +94,6 @@
<string name="go_online">Go online</string>
<string name="offline_downloading">Preparing offline mode...</string>
<string name="offline_switch_error">Failed to prepare offline mode (see log)</string>
+ <string name="no_feeds">No feeds to display</string>
+ <string name="no_headlines">No articles to display</string>
</resources> \ No newline at end of file