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/xml | |
| parent | e5d9080fefe91de5e016c77007034013efac8f8e (diff) | |
| parent | ccbeb04810be6cccdc71b5bdf50757263a975f4c (diff) | |
Merge pull request #66 from tribut/translate-condensed
Allow translation for `enable_condensed_fonts`
Diffstat (limited to 'res/xml')
| -rw-r--r-- | res/xml/preferences.xml | 20 |
1 files changed, 10 insertions, 10 deletions
diff --git a/res/xml/preferences.xml b/res/xml/preferences.xml index a789c4e6..dfafa560 100644 --- a/res/xml/preferences.xml +++ b/res/xml/preferences.xml @@ -106,16 +106,16 @@ <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" />
-
- <org.fox.ttrss.util.FontSizeDialogPreference
- android:defaultValue="13"
- android:key="headlines_font_size_sp"
- android:dialogMessage="@string/pref_headline_font_size"
- android:title="@string/pref_headline_font_size" />
+ android:summary="@string/pref_headlines_use_condensed_fonts_long"
+ android:title="@string/pref_headlines_use_condensed_fonts" />
- </PreferenceCategory>
+ <org.fox.ttrss.util.FontSizeDialogPreference
+ android:defaultValue="13"
+ android:key="headlines_font_size_sp"
+ android:dialogMessage="@string/pref_headline_font_size"
+ android:title="@string/pref_headline_font_size" />
+
+ </PreferenceCategory>
<PreferenceCategory android:title="@string/reading" >
<org.fox.ttrss.util.FontSizeDialogPreference
android:defaultValue="16"
@@ -181,4 +181,4 @@ android:title="@string/transport_debugging" />
</PreferenceCategory>
-</PreferenceScreen>
\ No newline at end of file +</PreferenceScreen>
|