diff options
| author | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-17 09:15:22 -0700 |
|---|---|---|
| committer | Andrew Dolgov <cthulhoo@gmail.com> | 2013-03-17 09:15:22 -0700 |
| commit | 668167c40da57ab80eb5bc58dd47ac45c500295a (patch) | |
| tree | 471e799ba7af992dd5895553853e365e13ad91d7 /res/values | |
| parent | 3194ebf67318612932fa0a4a6cb0a0847f69441d (diff) | |
| parent | 247538f5620408175a916664f95eb22730a3a967 (diff) | |
Merge pull request #8 from poitzorg/master
Missing Strings / Translation Updates
Diffstat (limited to 'res/values')
| -rw-r--r-- | res/values/strings.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml index 5def8571..b93e47a6 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -156,4 +156,6 @@ <string name="prefs_fullscreen_mode">Fullscreen mode</string> <string name="reading">Reading</string> <string name="theme_dark_gray">Dark gray</string> -</resources>
\ No newline at end of file + <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> +</resources> |