You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Rephrase the string copy_image_caption_description
I was going over all the strings and documenting them (see #6457),
and I had a very hard time understand what this message does.
I read the code and finally figured it out. I added qq documentation
for it so now it's clearer, but I also think that the English
message can be clearer:
* "subsequent" changed to "the next" - shorter, easier word.
* "media" changed to "item" - "media" could mean a lot of things,
and "item" is clearer in this context.
Copy file name to clipboardExpand all lines: app/src/main/res/values/strings.xml
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -533,7 +533,7 @@ Upload your first media by tapping on the add button.</string>
533
533
<stringname="images_featured_explanation">Featured pictures are images from highly skilled photographers and illustrators that the Wikimedia Commons community has chosen as some of the highest quality on the site.</string>
534
534
<stringname="images_via_nearby_explanation">Images Uploaded via Nearby places are the images which are uploaded by discovering places on the map.</string>
535
535
<stringname="thanks_received_explanation">This feature allows editors to send a Thank you notification to users who make useful edits – by using a small thank link on the history page or diff page.</string>
536
-
<stringname="copy_image_caption_description">Copy to subsequent media</string>
536
+
<stringname="copy_image_caption_description">Copy to the next item</string>
537
537
<stringname="copied_successfully">Copied</string>
538
538
<stringname="welcome_do_upload_content_description">Examples of good images to upload to Commons</string>
539
539
<stringname="welcome_dont_upload_content_description">Examples of images not to upload</string>
0 commit comments