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
path: root/app
diff options
context:
space:
mode:
authorstefan-niedermann <info@niedermann.it>2019-09-17 20:05:27 +0300
committerstefan-niedermann <info@niedermann.it>2019-09-17 20:05:27 +0300
commit064a406905a257b042addb8eef3f0021c5f72180 (patch)
tree4c5c630d49488d497de0d62e0621e4259f8c9275 /app
parent8279841b2e7dbdb949ad4c351a90fd4b46c1a69c (diff)
Adjust wording for create the first stack
Diffstat (limited to 'app')
-rw-r--r--app/src/main/res/layout/activity_main.xml2
-rw-r--r--app/src/main/res/values/strings.xml2
2 files changed, 2 insertions, 2 deletions
diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml
index dec86c3a6..d4e316d88 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -50,7 +50,7 @@
android:layout_height="wrap_content"
android:layout_below="@id/no_columns_text"
android:layout_centerHorizontal="true"
- android:text="@string/add_a_new_column_using_the_button" />
+ android:text="@string/add_a_new_column_using_the_three_dots_menu" />
</RelativeLayout>
<androidx.viewpager.widget.ViewPager
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 84ddbdf59..470dc3e27 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -129,7 +129,7 @@
<string name="do_you_want_to_save_your_changes">Do you want to save your changes?</string>
<string name="simple_dismiss">dismiss</string>
<string name="do_you_want_to_delete_the_current_column">Do you want to delete the current column?</string>
- <string name="add_a_new_column_using_the_button">Add a new column using the + button.</string>
+ <string name="add_a_new_column_using_the_three_dots_menu">Add a new column using the three dots menu.</string>
<string name="add_a_new_card_using_the_button">Add a new card using the + button</string>
<string name="update_deck">Update deck</string>
<string name="your_deck_version_is_too_old">Your deck version is too old</string>