Nemo bis has uploaded a new change for review. https://gerrit.wikimedia.org/r/76292
Change subject: Clarify exif-copyrighted-false means only Copyright flag not set ...................................................................... Clarify exif-copyrighted-false means only Copyright flag not set The previous "Public domain" is misleading, as we can't assume such a copyright status when the EXIF info is not set. <https://translatewiki.net/wiki/Thread:Support/Change_MediaWiki:Exif-copyrighted-false> Change-Id: Ic471ed5a997b476fd1e8b4a15106ffc8cd895197 --- M languages/messages/MessagesEn.php 1 file changed, 1 insertion(+), 1 deletion(-) git pull ssh://gerrit.wikimedia.org:29418/mediawiki/core refs/changes/92/76292/1 diff --git a/languages/messages/MessagesEn.php b/languages/messages/MessagesEn.php index b525465..f3e5a91 100644 --- a/languages/messages/MessagesEn.php +++ b/languages/messages/MessagesEn.php @@ -4296,7 +4296,7 @@ 'exif-compression-34712' => 'JPEG2000', # only translate this message to other languages if you have to change it 'exif-copyrighted-true' => 'Copyrighted', -'exif-copyrighted-false' => 'Public domain', +'exif-copyrighted-false' => 'Copyright status not set', 'exif-photometricinterpretation-2' => 'RGB', # only translate this message to other languages if you have to change it 'exif-photometricinterpretation-6' => 'YCbCr', # only translate this message to other languages if you have to change it -- To view, visit https://gerrit.wikimedia.org/r/76292 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: newchange Gerrit-Change-Id: Ic471ed5a997b476fd1e8b4a15106ffc8cd895197 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/core Gerrit-Branch: master Gerrit-Owner: Nemo bis <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
