jenkins-bot 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: I84d9ef123e8581bb34cad5baec17083f442517fe
---
M SemanticExtraSpecialProperties.hooks.php
M SemanticExtraSpecialProperties.i18n.php
2 files changed, 3 insertions(+), 3 deletions(-)

Approvals:
  Siebrand: Looks good to me, approved
  jenkins-bot: Verified



diff --git a/SemanticExtraSpecialProperties.hooks.php 
b/SemanticExtraSpecialProperties.hooks.php
index b26f3b8..793388b 100644
--- a/SemanticExtraSpecialProperties.hooks.php
+++ b/SemanticExtraSpecialProperties.hooks.php
@@ -469,7 +469,7 @@
                // log exif data to log if log group exif is specified
                wfDebugLog( 'exif', "\n" . $title->getFullText() . "\nFORMATTED 
EXIF DATA: " . var_export($formattedExif, true), false );
 
-               // create semantic data container for EXIF data subobject
+               // create semantic data container for Exif data subobject
                $diSubobject = new SMWDIWikiPage(
                                                $subject->getDBkey(),
                                                $subject->getNamespace(),
diff --git a/SemanticExtraSpecialProperties.i18n.php 
b/SemanticExtraSpecialProperties.i18n.php
index 3df08bc..60ca7bf 100644
--- a/SemanticExtraSpecialProperties.i18n.php
+++ b/SemanticExtraSpecialProperties.i18n.php
@@ -26,7 +26,7 @@
        'sesp-property-shorturl' => 'Short URL',
        'sesp-property-user-registration-date' => 'User registration date',
 
-       'sesp-property-exif-data' => 'EXIF data',
+       'sesp-property-exif-data' => 'Exif data',
 );
 
 /** Message documentation (Message documentation)
@@ -48,7 +48,7 @@
        'sesp-property-mediatype' => 'The name of the special property that 
stores the media type of a file',
        'sesp-property-shorturl' => 'The name of the special property that 
stores the short URL of a page, if the extensions ShortURL is installed',
        'sesp-property-user-registration-date' => 'The name of the special 
property that stores a users registration date on a user page',
-       'sesp-property-exif-data' => 'The name of the special property that 
stores a reference to the EXIF data of a file',
+       'sesp-property-exif-data' => 'The name of the special property that 
stores a reference to the Exif data of a file',
 );
 
 /** Breton (brezhoneg)

-- 
To view, visit https://gerrit.wikimedia.org/r/63125
To unsubscribe, visit https://gerrit.wikimedia.org/r/settings

Gerrit-MessageType: merged
Gerrit-Change-Id: I84d9ef123e8581bb34cad5baec17083f442517fe
Gerrit-PatchSet: 3
Gerrit-Project: mediawiki/extensions/SemanticExtraSpecialProperties
Gerrit-Branch: master
Gerrit-Owner: Siebrand <[email protected]>
Gerrit-Reviewer: Foxtrott <[email protected]>
Gerrit-Reviewer: IAlex <[email protected]>
Gerrit-Reviewer: Rotsee <[email protected]>
Gerrit-Reviewer: Shirayuki <[email protected]>
Gerrit-Reviewer: Siebrand <[email protected]>
Gerrit-Reviewer: jenkins-bot

_______________________________________________
MediaWiki-commits mailing list
[email protected]
https://lists.wikimedia.org/mailman/listinfo/mediawiki-commits

Reply via email to