Typo...
authorRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:18:10 +0000 (22:18 +0000)
committerRoland Häder <roland@mxchange.org>
Thu, 29 Oct 2009 22:18:10 +0000 (22:18 +0000)
inc/extensions/ext-yoomedia.php
inc/language/yoomedia_de.php

index c71d539aad4242a52eb74f1abd12138178759311..8293a9d1791ff33aaa156f27946ea6eff47a17db 100644 (file)
@@ -129,7 +129,7 @@ UNIQUE `y_type` (`type`,`y_id`)
                                4  => 'api_data_error',
                                5  => 'requests_depleted',
                                6  => 'zero_result',
-                               7  => 'no_campains_with_interface',
+                               7  => 'no_campaigns_with_interface',
                                10 => 'incomplete_request'
                        ),
                        // For text mails
index eb9c836c85c15ab55f6e151efd8a2cfb59f118c0..88e08de4ca33ee69a7a4d7090d7d4cfdc97246f2 100644 (file)
@@ -95,7 +95,7 @@ addMessages(array(
        'ADMIN_YOOMEDIA_ERROR_REQUESTS_DEPLETED' => "Abfrageguthaben ersch&ouml;pft.",
        'ADMIN_YOOMEDIA_ERROR_ZERO_RESULT' => "Keine Buchungen zur Auswahl gefunden.",
        'ADMIN_YOOMEDIA_ERROR_INCOMPLETE_REQUEST' => "Abfragedaten sind nicht komplett.",
-       'ADMIN_YOOMEDIA_ERROR_NO_COMPAINS_WITH_INTERFACE' => "Keine Kampagnen mit Interface-Ausgabe gefunden.",
+       'ADMIN_YOOMEDIA_ERROR_NO_COMPAIGNS_WITH_INTERFACE' => "Keine Kampagnen mit Interface-Ausgabe gefunden.",
 ));
 
 // [EOF]