diff options
| author | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-07-16 14:36:02 +0400 |
|---|---|---|
| committer | Andrew Dolgov <gothfox@users.noreply.github.com> | 2014-07-16 14:36:02 +0400 |
| commit | d4ddbaed8aefa5bf4c0f822824cd3c891b262a24 (patch) | |
| tree | 339ac8ff3e4a3262fa603265e66b43cd46dc328a /res/values | |
| parent | e5d9080fefe91de5e016c77007034013efac8f8e (diff) | |
| parent | ccbeb04810be6cccdc71b5bdf50757263a975f4c (diff) | |
Merge pull request #66 from tribut/translate-condensed
Allow translation for `enable_condensed_fonts`
Diffstat (limited to 'res/values')
| -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 3ab84958..b32bee7e 100644 --- a/res/values/strings.xml +++ b/res/values/strings.xml @@ -217,4 +217,6 @@ <string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string> <string name="toggle_sidebar">Toggle sidebar</string> <string name="open_article_in_web_browser">Open in web browser</string> + <string name="pref_headlines_use_condensed_fonts">Enable condensed fonts</string> + <string name="pref_headlines_use_condensed_fonts_long">Use condensed fonts for headline titles and a few other UI elements.</string> </resources> |