diff options
| author | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-25 12:10:56 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@madoka.volgo-balt.ru> | 2011-11-25 12:10:56 +0300 |
| commit | 20effebcbf1f0a56ef7f5e39362e947b2ece20d1 (patch) | |
| tree | b3f1abfe636246f6d2bc6086c25b2895aec6a378 /res/values/strings.xml | |
| parent | 8c19ec257c8df6cc13a19e4df674423ec4644cc1 (diff) | |
fix webview encoding in articlefragment
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 3 |
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> |