change german wording for pref_title_custom_tabs

This commit is contained in:
Konrad Pozniak 2019-06-10 22:03:24 +02:00
parent 4f1cb19c55
commit c10f3bce24
2 changed files with 4 additions and 2 deletions

View file

@ -181,7 +181,7 @@
<string name="app_theme_auto">Automatisch bei Sonnenuntergang</string>
<string name="app_theme_system">Systemthema verwenden</string>
<string name="pref_title_browser_settings">Browser</string>
<string name="pref_title_custom_tabs">Öffne Links in der App</string>
<string name="pref_title_custom_tabs">Links in der App (Browser Custom Tabs) öffnen</string>
<string name="pref_title_hide_follow_button">Verstecke Button bei Bildlauf </string>
<string name="pref_title_language">Sprache</string>
<string name="pref_title_status_filter">Timeline-Filter</string>

View file

@ -1,5 +1,6 @@
<?xml version="1.0" encoding="utf-8"?>
<androidx.preference.PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:key="@string/preferences_file_key">
<PreferenceCategory android:title="@string/pref_title_appearance_settings">
@ -61,7 +62,8 @@
<SwitchPreferenceCompat
android:defaultValue="false"
android:key="customTabs"
android:title="@string/pref_title_custom_tabs" />
android:title="@string/pref_title_custom_tabs"
app:singleLineTitle="false" />
</PreferenceCategory>
<PreferenceCategory android:title="@string/pref_title_status_filter">