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/src
diff options
context:
space:
mode:
authorRandy Olive <randy.jr.olive@gmail.com>2019-12-23 01:27:42 +0300
committerRandy Olive <randy.jr.olive@gmail.com>2019-12-23 01:27:42 +0300
commita9972e53a8c47e9b913c9f43f17d771cf6d1b3e4 (patch)
treeee9fd0f9a97da80601d51e83a43e972c9afe6758 /app/src
parentaa46edb9ab254877451fd0012ad36dd5f348ca21 (diff)
fix for incorrect add new column empty message. Changed to Add a new column using the + button
Signed-off-by: Randy Olive <randy.jr.olive@gmail.com>
Diffstat (limited to 'app/src')
-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 5cb12593d..245587678 100644
--- a/app/src/main/res/layout/activity_main.xml
+++ b/app/src/main/res/layout/activity_main.xml
@@ -23,7 +23,7 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:visibility="gone"
- app:description="@string/add_a_new_column_using_the_three_dots_menu"
+ app:description="@string/add_a_new_column_using_the_button"
app:title="@string/no_columns"
tools:visibility="visible" />
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index ee6335ba0..5b99846fa 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -118,7 +118,7 @@
<string name="do_you_want_to_save_your_changes">Do you want to save your changes?</string>
<string name="simple_discard">discard</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_three_dots_menu">Add a new column using the three dots menu.</string>
+ <string name="add_a_new_column_using_the_button">Add a new column using the + button</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>