Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nextcloud/news-android.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDavid Luhmer <david-dev@live.de>2019-09-14 11:44:31 +0300
committerDavid Luhmer <david-dev@live.de>2019-09-14 11:44:31 +0300
commit46cecc50dcc9c0a622dcebad6fc783050c8ffd83 (patch)
treea7cb6b60299aa19758ff9d4080b0314daa608f3b /News-Android-App/src/main/res/xml
parent0ec0d406f29cad2cb7b8e1e73b328d8f22054d90 (diff)
extract text for translationextract-text
Diffstat (limited to 'News-Android-App/src/main/res/xml')
-rw-r--r--News-Android-App/src/main/res/xml/pref_general.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/News-Android-App/src/main/res/xml/pref_general.xml b/News-Android-App/src/main/res/xml/pref_general.xml
index 41a24fc4..0ee9f9a5 100644
--- a/News-Android-App/src/main/res/xml/pref_general.xml
+++ b/News-Android-App/src/main/res/xml/pref_general.xml
@@ -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