UploadMediaDetail: replace discreet error toast with more-noticeable dialog (#4433)

This commit is contained in:
Brigham Byerly 2021-06-04 05:34:46 -04:00 committed by GitHub
parent ca18763e4f
commit 165c375bbd
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
4 changed files with 20 additions and 2 deletions

View file

@ -227,6 +227,9 @@
<string name="upload_problem_fbmd">Please only upload pictures that you have taken by yourself. Don\'t upload pictures that you have found on other people\'s Facebook accounts.</string>
<string name="upload_problem_do_you_continue">Do you still want to upload this picture?</string>
<string name="upload_connection_error_alert_title">Connection Error</string>
<string name="upload_connection_error_alert_detail">The upload process requires active internet
access. Please check your network connection.</string>
<string name="upload_problem_image">Problems found in image</string>
<string name="internet_downloaded">Please only upload pictures that you have taken by yourself. Don\'t upload pictures that you have downloaded from the Internet.</string>