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

github.com/stefan-niedermann/nextcloud-notes.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/app/src
diff options
context:
space:
mode:
authorStefan Niedermann <info@niedermann.it>2021-10-19 09:11:12 +0300
committerStefan Niedermann <info@niedermann.it>2021-10-19 09:11:12 +0300
commit14e95c67b1285786b6826fcdce71f3bd5a7e9c53 (patch)
tree3d1bf7064372aee2b3399e4f19a7841fff054bab /app/src
parent9b64ef649814bcc951ca525e9d9f27401cbdbd7b (diff)
Remove deprecated strings
Signed-off-by: Stefan Niedermann <info@niedermann.it>
Diffstat (limited to 'app/src')
-rw-r--r--app/src/main/res/values/strings.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index d5d8095b..c312022f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -97,9 +97,8 @@
<string name="widget_note_list_placeholder">No notes</string>
<string name="widget_single_note_title">Single note</string>
<string name="widget_single_note_placeholder_tv">Note not found</string>
- <string name="widget_create_note">Create Note</string>
<string name="widget_not_logged_in">Please login to Notes before using this widget</string>
- <string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favourite</string>
+ <string name="widget_entry_fav_contentDescription">Star icon is used to denote an item as a favorite</string>
<string name="activity_select_single_note">Select note</string>