Browse Source

Merge pull request #13349 from nextcloud/rakekniven-patch-1

chore(i18n): fixed grammar
Alper Öztürk 11 tháng trước cách đây
mục cha
commit
ffe6d04b49
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      app/src/main/res/values/strings.xml

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

@@ -420,7 +420,7 @@
     <string name="preview_media_unhandled_http_code_message">File is currently locked by another user or process and therefore not deletable. Please try again later.</string>
 
     <string name="preview_sorry">Sorry</string>
-    <string name="preview_image_file_is_not_exist">File is not exist</string>
+    <string name="preview_image_file_is_not_exist">File does not exist</string>
     <string name="preview_image_file_is_not_downloaded">File is not downloaded</string>
     <string name="preview_image_downloading_image_for_edit">Downloading image to start the edit screen, please wait…</string>
     <string name="preview_image_description">Image preview</string>