소스 검색

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>