aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorDiogenes Molinares <amolinares19@gmail.com>2020-06-18 16:19:31 +0200
committerGitHub <noreply@github.com>2020-06-18 19:49:31 +0530
commit0a4bcc57f5d0f319f72f751c4406ca1877401b63 (patch)
treea3110cc111ab23249e8a7262ce2a3228ba055c9c /app/src/main/res
parent23b488a8eb69c99d5337538cc17690d2b637b9be (diff)
Avoid destination's file outside repository (#861)
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/values/strings.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 58126392..c4f38a9f 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -327,7 +327,7 @@
<string name="title_rename_folder">Rename folder</string>
<string name="message_category_error_empty_field">Category name can\'t be empty</string>
<string name="message_category_error_category_exists">Category name already exists</string>
- <string name="message_category_error_destination_outside_repo">Destination must be within the repository</string>
+ <string name="message_error_destination_outside_repo">Destination must be within the repository</string>
<string name="message_rename_folder">Enter destination for %1$s</string>
<string name="button_create">Create</string>
<string name="pref_search_on_start">Open search on start</string>