summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--res/values/strings.xml2
-rw-r--r--res/xml/preferences.xml4
2 files changed, 4 insertions, 2 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>
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml
index a789c4e6..2162b85a 100644
--- a/res/xml/preferences.xml
+++ b/res/xml/preferences.xml
@@ -106,8 +106,8 @@
<CheckBoxPreference
android:defaultValue="false"
android:key="enable_condensed_fonts"
- android:summary="Use condensed fonts for headline titles and a few other UI elements."
- android:title="Enable condensed fonts" />
+ android:summary="@string/pref_headlines_use_condensed_fonts_long"
+ android:title="@string/pref_headlines_use_condensed_fonts" />
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="13"