소스 검색

use remove for accounts instead of delete

AndyScherzinger 7 년 전
부모
커밋
88c3a6ee54
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2 2
      src/main/res/values/strings.xml

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

@@ -141,8 +141,8 @@
     <string name="common_delete">Delete</string>
     <string name="about_title">About</string>
     <string name="change_password">Change password</string>
-    <string name="delete_account">Delete account</string>
-    <string name="delete_account_warning">Delete account %s with all local files?\n\nDeleting cannot be undone.</string>
+    <string name="delete_account">Remove account</string>
+    <string name="delete_account_warning">Remove account %s and delete all local files?\n\nDeletion cannot be undone.</string>
     <string name="avatar">Avatar</string>
     <string name="active_user">Active user</string>
     <string name="upload_chooser_title">Upload from &#8230;</string>