Skip to content

Commit 95d5802

Browse files
authored
Fix punctuation in the string download_failed_we_cannot_download_the_file_without_storage_permission (#6473)
The double exclamation point is really unnecessary.
1 parent 7b8fbc2 commit 95d5802

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/main/res/values/strings.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -538,7 +538,7 @@ Upload your first media by tapping on the add button.</string>
538538
<string name="welcome_do_upload_content_description">Examples of good images to upload to Commons</string>
539539
<string name="welcome_dont_upload_content_description">Examples of images not to upload</string>
540540
<string name="skip_image">Skip this image</string>
541-
<string name="download_failed_we_cannot_download_the_file_without_storage_permission">Download Failed!!. We cannot download the file without external storage permission.</string>
541+
<string name="download_failed_we_cannot_download_the_file_without_storage_permission">Download failed. We cannot download the file without external storage permission.</string>
542542

543543
<string name="manage_exif_tags">Manage EXIF Tags</string>
544544
<string name="manage_exif_tags_summary">Select which EXIF tags to keep in uploads</string>

0 commit comments

Comments
 (0)