Create untranslatable strings for pref constants

This commit is contained in:
Adam Jones 2017-05-10 22:51:19 +01:00
parent 2b91abed22
commit 87fe6cf585
3 changed files with 11 additions and 6 deletions

View file

@ -8,7 +8,7 @@
android:title="@string/preference_license"
android:entries="@array/pref_defaultLicense_entries"
android:entryValues="@array/pref_defaultLicense_values"
android:defaultValue="@string/license_name_cc_by_sa_4_0"
android:defaultValue="@string/license_pref_cc_by_sa_4_0"
/>
<CheckBoxPreference