浏览代码

When no enter a password, message should be 'You must enter a password'

masensio 10 年之前
父节点
当前提交
03b5cb9dd6
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      res/values/strings.xml

+ 1 - 1
res/values/strings.xml

@@ -276,7 +276,7 @@
 	<string name="unshare_link_file_no_exist">Unable to unshare. Please check whether the file exists</string>
 	<string name="unshare_link_file_error">An error occurred while trying to unshare this file or folder</string>
     <string name="share_link_password_title">Enter a password</string>
-    <string name="share_link_empty_password">Password is empty</string>
+    <string name="share_link_empty_password">You must enter a password</string>
 
 	<string name="activity_chooser_send_file_title">Send</string>