extract text for translation

This commit is contained in:
David Luhmer 2019-09-14 10:44:31 +02:00
parent 0ec0d406f2
commit 46cecc50dc
2 changed files with 5 additions and 3 deletions

View file

@ -143,7 +143,9 @@
<item>1</item>
<item>2</item>
</string-array>
<string name="pref_rename_action_swipe_right">Action when swiping right</string>
<string name="pref_rename_action_swipe_left">Action when swiping left</string>
<string-array name="pref_general_sort_order" translatable="false">
<item>@string/pref_general_sort_order_new_old</item>

View file

@ -88,7 +88,7 @@
android:entries="@array/pref_general_swipe_action"
android:entryValues="@array/pref_general_swipe_action_values"
android:key="sp_swipe_right_action"
android:title="Action when swiping right"
android:title="@string/pref_rename_action_swipe_right"
app:iconSpaceReserved="false"/>
<ListPreference
@ -96,7 +96,7 @@
android:entries="@array/pref_general_swipe_action"
android:entryValues="@array/pref_general_swipe_action_values"
android:key="sp_swipe_left_action"
android:title="Action when swiping left"
android:title="@string/pref_rename_action_swipe_left"
app:iconSpaceReserved="false"/>
<ListPreference