summaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
author Shubham Basu <basushubham@google.com> 2021-03-12 00:40:07 +0000
committer Android (Google) Code Review <android-gerrit@google.com> 2021-03-12 00:40:07 +0000
commitf17b72c0b71b461fc45d89d5ae39e86267fb8a79 (patch)
tree588cb059717a3c2800f40d907f44a4e9c8bb725f /res
parent5ab70acb430fc2a50030770c9ffda9daf003a844 (diff)
parentf40ab06f378b886ab4da12e657a992aaa0250661 (diff)
Merge "Check empty string on create and rename folder" into mainline-prod
Diffstat (limited to 'res')
-rw-r--r--res/values/strings.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/strings.xml b/res/values/strings.xml
index 66e16b258..85950899c 100644
--- a/res/values/strings.xml
+++ b/res/values/strings.xml
@@ -15,6 +15,13 @@
-->
<resources xmlns:xliff="urn:oasis:names:tc:xliff:document:1.2">
+
+ <!-- Error when rename does not have any string-->
+ <string name="missing_rename_error">You need to rename this</string>
+
+ <!-- Error to create new folder when name is not added -->
+ <string name="add_folder_name_error">You need to add a folder name</string>
+
<!-- Title of the Files application [CHAR LIMIT=32] -->
<string name="files_label">Files</string>