* Allow $wgDiff3=false
[lhc/web/wiklou.git] / includes / Exif.php
index 6c76a8a..d5cf09c 100644 (file)
@@ -48,7 +48,7 @@ class Exif {
        /**
         * Exif tags grouped by category, the tagname itself is the key and the type
         * is the value, in the case of more than one possible value type they are
-        * seperated by commas.
+        * separated by commas.
         */
        var $mExifTags;
 
@@ -799,7 +799,7 @@ class FormatExif {
                                        $fullTag = $tag . '-' . $subTag ;
                                        $flashMsgs[] = $this->msg( $fullTag, $subValue );
                                }
-                               $tags[$tag] = implode( wfMsg( 'comma-separator' ), $flashMsgs );
+                               $tags[$tag] = $wgLang->commaList( $flashMsgs );
                        break;
 
                        case 'FocalPlaneResolutionUnit':