Siebrand has submitted this change and it was merged. Change subject: Change EXIF to Exif ......................................................................
Change EXIF to Exif Per https://en.wikipedia.org/wiki/Exchangeable_image_file_format. Spotted by Shirayuki and documented on https://translatewiki.net/wiki/Thread:Support/About_MediaWiki:Sesp-property-exif-data/en Change-Id: Ia2213086b2c01d46ec35e0f14552e6abf3837c99 --- M settings/Settings.i18n.php 1 file changed, 1 insertion(+), 1 deletion(-) Approvals: Shirayuki: Looks good to me, but someone else must approve Siebrand: Verified; Looks good to me, approved diff --git a/settings/Settings.i18n.php b/settings/Settings.i18n.php index 9900c26..b4285d5 100644 --- a/settings/Settings.i18n.php +++ b/settings/Settings.i18n.php @@ -44,7 +44,7 @@ 'configure-setting-wgMediaHandlers-value' => 'Handler class', 'configure-setting-wgThumbnailScriptPath' => 'Path to thumb.php for thumbnail generation on-the-fly instead of on-parse', 'configure-setting-wgThumbUpright' => 'Width adjustment factor for upright thumbnails', - 'configure-setting-wgShowEXIF' => 'Show EXIF data on file description pages', + 'configure-setting-wgShowEXIF' => 'Show Exif data on file description pages', 'configure-setting-wgUpdateCompatibleMetadata' => 'Automatically update the img_metadata field if it is outdated, but compatible with the current version', 'configure-setting-wgThumbLimits' => 'Allowed image thumbnail sizes', 'configure-setting-wgUseImageResize' => 'Enable dynamic server side image resizing', -- To view, visit https://gerrit.wikimedia.org/r/63124 To unsubscribe, visit https://gerrit.wikimedia.org/r/settings Gerrit-MessageType: merged Gerrit-Change-Id: Ia2213086b2c01d46ec35e0f14552e6abf3837c99 Gerrit-PatchSet: 1 Gerrit-Project: mediawiki/extensions/Configure Gerrit-Branch: master Gerrit-Owner: Siebrand <[email protected]> Gerrit-Reviewer: IAlex <[email protected]> Gerrit-Reviewer: Shirayuki <[email protected]> Gerrit-Reviewer: Siebrand <[email protected]> _______________________________________________ MediaWiki-commits mailing list [email protected] https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits
