Merge "Use "Author" in media dialog"

This commit is contained in:
jenkins-bot 2022-03-22 01:01:30 +00:00 committed by Gerrit Code Review
commit 1b45db6d4b
2 changed files with 2 additions and 2 deletions

View file

@ -73,7 +73,7 @@
"visualeditor-dialog-media-info-ellipsis": "…",
"visualeditor-dialog-media-info-imagedescription": "Full description",
"visualeditor-dialog-media-info-licenseshortname": "License",
"visualeditor-dialog-media-info-meta-artist": "Artist: $1",
"visualeditor-dialog-media-info-meta-artist": "Author: $1",
"visualeditor-dialog-media-info-moreinfo": "More information",
"visualeditor-dialog-media-info-readmore": "Read more",
"visualeditor-dialog-media-info-separator": "·",

View file

@ -91,7 +91,7 @@
"visualeditor-dialog-media-info-ellipsis": "An ellipses symbol denoting a truncated string.\n{{Optional}}",
"visualeditor-dialog-media-info-imagedescription": "Label for the description for the image in the media dialog.",
"visualeditor-dialog-media-info-licenseshortname": "Label for the license information for the image in the media dialog.\n{{Identical|License}}",
"visualeditor-dialog-media-info-meta-artist": "Label for the artist information for the image in the media dialog. $1 - Artist name.\n{{Identical|Artist}}",
"visualeditor-dialog-media-info-meta-artist": "Label for the author information for the image in the media dialog. $1 - Author name.",
"visualeditor-dialog-media-info-moreinfo": "Label for the link to more information in the image data panel.\n{{Identical|More information}}",
"visualeditor-dialog-media-info-readmore": "Label for the link to expand the text in the image data panel.\n{{Identical|Read more}}",
"visualeditor-dialog-media-info-separator": "Character separating information in the image info panel in the media dialog.\n{{Optional}}",