소스 검색

Merge pull request #915 from nextcloud/privatereese-patch-1

"And" Missing
Tobias Kaminsky 8 년 전
부모
커밋
f1e113753b
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/main/res/values/strings.xml

+ 1 - 1
src/main/res/values/strings.xml

@@ -284,7 +284,7 @@
     <string name="common_rename">Rename</string>
     <string name="common_remove">Remove</string>
     <string name="confirmation_remove_file_alert">"Do you really want to remove %1$s?"</string>
-    <string name="confirmation_remove_folder_alert">"Do you really want to remove %1$s the contents thereof?"</string>
+    <string name="confirmation_remove_folder_alert">"Do you really want to remove %1$s and the contents thereof?"</string>
     <string name="confirmation_remove_local">Local only</string>
     <string name="remove_success_msg">"Removed"</string>
     <string name="remove_fail_msg">"Removal failed"</string>