diff options
author | Stéphane D'Alu <sdalu@sdalu.com> | 2017-01-02 19:32:36 +0100 |
---|---|---|
committer | Mohamed Zenadi <zeapo@users.noreply.github.com> | 2017-01-02 19:32:36 +0100 |
commit | 43cb468dd4af0b522d91d782ce61461d9d6c9d31 (patch) | |
tree | 9582f09eea852841601b31b118d72a9402999474 /app/src/main/res/xml/preference.xml | |
parent | be7da472147794db8446d920e5be512ce691d12c (diff) |
Pref i18n (#258)
* preference i18n
* wrong key
Diffstat (limited to 'app/src/main/res/xml/preference.xml')
-rw-r--r-- | app/src/main/res/xml/preference.xml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/app/src/main/res/xml/preference.xml b/app/src/main/res/xml/preference.xml index b605058c..09b026d1 100644 --- a/app/src/main/res/xml/preference.xml +++ b/app/src/main/res/xml/preference.xml @@ -62,7 +62,7 @@ android:title="@string/pref_recursive_filter" /> </PreferenceCategory> - <PreferenceCategory android:title="Autofill"> + <PreferenceCategory android:title="@string/pref_autofill_title"> <CheckBoxPreference android:defaultValue="true" android:key="autofill_enable" @@ -84,11 +84,11 @@ android:title="@string/pref_autofill_always_title"/> </PreferenceCategory> - <PreferenceCategory android:title="Misc"> + <PreferenceCategory android:title="@string/pref_misc_title"> <CheckBoxPreference android:defaultValue="false" android:key="clear_clipboard_20x" android:summary="@string/pref_clear_clipboard_hint" android:title="@string/pref_clear_clipboard_title" /> </PreferenceCategory> -</PreferenceScreen>
\ No newline at end of file +</PreferenceScreen> |