Comma missing after array

This commit is contained in:
Matt Pass
2014-08-22 08:07:37 +01:00
parent a6b45171ab
commit e41cb4dc09

View File

@@ -1,4 +1,4 @@
<?php
<?php
// German language translation
// by: @olliiee (GitHub)
// @trolliusgigant (Twitter)
@@ -267,7 +267,7 @@ $text = array(
"selected" => "Ausgew&auml;hlte",
"found in" => "Gefunden in",
"Replaced" => "Ersetzen"
)
),
"plugins-manager" =>
array(
@@ -393,4 +393,4 @@ $text = array(
)
);
?>
?>