From: Roland Häder Date: Mon, 6 Sep 2010 20:20:49 +0000 (+0000) Subject: Language string renamed X-Git-Url: https://git.mxchange.org/?p=mailer.git;a=commitdiff_plain;h=c1df570fded4334b445a70824b7e7acb92d871c0 Language string renamed --- diff --git a/inc/language/optimize_de.php b/inc/language/optimize_de.php index e536fc7550..730f9c350d 100644 --- a/inc/language/optimize_de.php +++ b/inc/language/optimize_de.php @@ -50,7 +50,7 @@ addMessages(array( 'ADMIN_OPTIMIZE_TOTAL_SIZE' => "Gesamtgrösse", 'ADMIN_OPTIMIZE_GAIN_SIZE' => "Eingespart", 'ADMIN_OPTIMIZE_STATUS_OK' => "Nein", - 'ADMIN_OPTIMIZE_STATUS_TABLE_DOES_NOT_SUPPORT_ADMIN_OPTIMIZE_DOING_RECREATE_ANALYZE_INSTEAD' => "Keine Unterstützung (1)", + 'ADMIN_OPTIMIZE_STATUS_TABLE_DOES_NOT_SUPPORT_OPTIMIZE_DOING_RECREATE_ANALYZE_INSTEAD' => "Keine Unterstützung (1)", 'ADMIN_OPTIMIZE_STATUS_THE_STORAGE_ENGINE_FOR_THE_TABLE_DOESNT_SUPPORT_OPTIMIZE' => "Keine Unterstützung (2)", 'ADMIN_OPTIMIZE_STATUS_UNSUPPORTED' => "Nicht möglich", 'ADMIN_OPTIMIZE_STATUS_OPTIMIZED' => "Optimiert.", diff --git a/inc/libs/sponsor_functions.php b/inc/libs/sponsor_functions.php index 6a5dce2f34..359b01a39d 100644 --- a/inc/libs/sponsor_functions.php +++ b/inc/libs/sponsor_functions.php @@ -610,7 +610,7 @@ function doProcessSponsorFormRequest ($messageArray = array()) { $message = getMaskedMessage('SPONSOR_UNKNOWN_STATUS', $status); } break; - } + } // END - switch // Return message return $message;