Allow translation for enable_condensed_fonts
This commit is contained in:
parent
e5d9080fef
commit
303fc75209
@ -217,4 +217,6 @@
|
|||||||
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
|
<string name="unsubscribe_from_prompt">Unsubscribe from %1$s?</string>
|
||||||
<string name="toggle_sidebar">Toggle sidebar</string>
|
<string name="toggle_sidebar">Toggle sidebar</string>
|
||||||
<string name="open_article_in_web_browser">Open in web browser</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>
|
</resources>
|
||||||
|
@ -106,8 +106,8 @@
|
|||||||
<CheckBoxPreference
|
<CheckBoxPreference
|
||||||
android:defaultValue="false"
|
android:defaultValue="false"
|
||||||
android:key="enable_condensed_fonts"
|
android:key="enable_condensed_fonts"
|
||||||
android:summary="Use condensed fonts for headline titles and a few other UI elements."
|
android:summary="@string/pref_headlines_use_condensed_fonts_long"
|
||||||
android:title="Enable condensed fonts" />
|
android:title="@string/pref_headlines_use_condensed_fonts" />
|
||||||
|
|
||||||
<org.fox.ttrss.util.FontSizeDialogPreference
|
<org.fox.ttrss.util.FontSizeDialogPreference
|
||||||
android:defaultValue="13"
|
android:defaultValue="13"
|
||||||
|
Loading…
Reference in New Issue
Block a user