diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2013-03-21 10:03:50 +0400 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2013-03-21 10:03:50 +0400 |
| commit | 7358405040a93a1688b434f762937ad4840aede0 (patch) | |
| tree | d1cf4f4dab913a161c5f1bd17328b2cfc0b248a7 /res/values/strings.xml | |
| parent | b76380a3886ab0357feedbd12729260dca8038c3 (diff) | |
add an option to hide content previews in headlines list (closes #606)
Diffstat (limited to 'res/values/strings.xml')
| -rw-r--r-- | res/values/strings.xml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index b93e47a6..f21ef831 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -158,4 +158,6 @@ <string name="theme_dark_gray">Dark gray</string> <string name="offline_articles_to_download">Number of articles to download</string> <string name="offline_articles_to_download_long">Number of articles to download for Offlinemode. (newest first)</string> + <string name="pref_headlines_show_content_long">Show content previews in headlines list</string> + <string name="pref_headlines_show_content">Preview article content</string> </resources> |