diff options
| author | Andrew Dolgov <fox@fakecake.org> | 2011-11-28 20:14:50 +0300 |
|---|---|---|
| committer | Andrew Dolgov <fox@fakecake.org> | 2011-11-28 20:14:50 +0300 |
| commit | b150696e7912c6f1732102953e1206d5d82f7189 (patch) | |
| tree | 666d73e5f700ffb0fd4bd3f310cb0e2f015ad13e /res/values | |
| parent | 8771803965cea6202a84b937ef27981411f6370c (diff) | |
implement categories for smallscreen view
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index ed26b0df..0f3b089f 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -55,4 +55,5 @@ <string name="enable_ads_summary">Showing ads to you supports the project</string> <string name="ttrss_url_summary">URL of your tt-rss installation directory, e.g. http://site.com/tt-rss/</string> <string name="download_feed_icons">Download and display feed icons</string> + <string name="enable_cats">Enable feed categories</string> </resources> |