Skip to content

Commit c5cb012

Browse files
authored
Make "Save Pictures" option clear
First, these days "External Storage / Internal storage" might not mean much, and be confusing. Second, I have adjusted the text to what I am guessing you folks originally meant. (Not tested!)
1 parent c793827 commit c5cb012

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

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

+2-2
Original file line numberDiff line numberDiff line change
@@ -281,8 +281,8 @@
281281
<string name="upload_problem_image">Problems found in image</string>
282282
<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>
283283
<string name="give_permission">Give permission</string>
284-
<string name="use_external_storage">Use external storage</string>
285-
<string name="use_external_storage_summary">Save pictures taken with the in-app camera on your device</string>
284+
<string name="use_external_storage">Save pictures</string>
285+
<string name="use_external_storage_summary">Save pictures taken with the in-app camera to your device's disk</string>
286286
<string name="login_to_your_account">Log in to your account</string>
287287
<string name="send_log_file">Send log file</string>
288288
<string name="send_log_file_description">Send log file to developers via email to help debug problems with the app. Note: logs may potentially contain identifying information</string>

0 commit comments

Comments
 (0)