Allow translation for `enable_condensed_fonts`

This commit is contained in:
Felix Eckhofer 2014-07-16 10:30:35 +02:00
parent e5d9080fef
commit 303fc75209
2 changed files with 4 additions and 2 deletions

View File

@ -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>

View File

@ -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"