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:
Diffstat (limited to 'app/src/main/res/xml/shortcuts.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"