summaryrefslogtreecommitdiff
path: root/res/values
diff options
context:
space:
mode:
authorAndrew Dolgov <[email protected]>2011-11-25 12:10:56 +0300
committerAndrew Dolgov <[email protected]>2011-11-25 12:10:56 +0300
commit20effebcbf1f0a56ef7f5e39362e947b2ece20d1 (patch)
treeb3f1abfe636246f6d2bc6086c25b2895aec6a378 /res/values
parent8c19ec257c8df6cc13a19e4df674423ec4644cc1 (diff)
fix webview encoding in articlefragment
Diffstat (limited to 'res/values')
-rw-r--r--res/values/strings.xml3
1 files changed, 2 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 6441033b..b951c291 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -29,6 +29,7 @@
<string name="menu_unread_feeds">Show unread feeds</string>
<string name="menu_all_feeds">Show all feeds</string>
<string name="update_feeds">Refresh feeds</string>
- <string name="close_article">Close article</string>
+ <string name="close_article">Close article</string>
<string name="share_article">Share article</string>
+ <string name="could_not_decode_content">Could not decode content (UnsupportedEncodingException)</string>
</resources>