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

github.com/stefan-niedermann/nextcloud-deck.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-09-16 16:35:33 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-16 16:35:33 +0300
commit89ccd048be52badb093f896cab004e2f46a469b1 (patch)
tree6c20a1c31effbcbf97dff8327857f62711a0945e /app/src/main/res/xml
parentf482f2fbdff0684a0f6407082600f8a3ea007c31 (diff)
Adjust wordings
Diffstat (limited to 'app/src/main/res/xml')
-rw-r--r--app/src/main/res/xml/shortcuts.xml4
1 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/xml/shortcuts.xml b/app/src/main/res/xml/shortcuts.xml
index 23e992243..7350ea8db 100644
--- a/app/src/main/res/xml/shortcuts.xml
+++ b/app/src/main/res/xml/shortcuts.xml
@@ -4,8 +4,8 @@
android:shortcutId="it.niedermann.nextcloud.deck"
android:enabled="true"
android:icon="@drawable/ic_add_grey_24dp"
- android:shortcutShortLabel="@string/simple_create"
- android:shortcutLongLabel="@string/create_card">
+ android:shortcutShortLabel="@string/simple_add"
+ android:shortcutLongLabel="@string/add_card">
<intent
android:action="android.intent.action.VIEW"
android:targetPackage="it.niedermann.nextcloud.deck"