Language string renamed
authorRoland Häder <roland@mxchange.org>
Mon, 6 Sep 2010 20:20:49 +0000 (20:20 +0000)
committerRoland Häder <roland@mxchange.org>
Mon, 6 Sep 2010 20:20:49 +0000 (20:20 +0000)
inc/language/optimize_de.php
inc/libs/sponsor_functions.php

index e536fc75509b3cf3c535d200ca4648d48be84c04..730f9c350d3a53e97df66bf567c6dd834b6b63d3 100644 (file)
@@ -50,7 +50,7 @@ addMessages(array(
        'ADMIN_OPTIMIZE_TOTAL_SIZE' => "Gesamtgr&ouml;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&uuml;tzung (1)",
+       'ADMIN_OPTIMIZE_STATUS_TABLE_DOES_NOT_SUPPORT_OPTIMIZE_DOING_RECREATE_ANALYZE_INSTEAD' => "Keine Unterst&uuml;tzung (1)",
        'ADMIN_OPTIMIZE_STATUS_THE_STORAGE_ENGINE_FOR_THE_TABLE_DOESNT_SUPPORT_OPTIMIZE' => "Keine Unterst&uuml;tzung (2)",
        'ADMIN_OPTIMIZE_STATUS_UNSUPPORTED' => "Nicht m&ouml;glich",
        'ADMIN_OPTIMIZE_STATUS_OPTIMIZED' => "Optimiert.",
index 6a5dce2f34d0aaa4a47aa0510950de779e3edc6a..359b01a39d01f97940cc92adebdf86b768d118ad 100644 (file)
@@ -610,7 +610,7 @@ function doProcessSponsorFormRequest ($messageArray = array()) {
                                $message = getMaskedMessage('SPONSOR_UNKNOWN_STATUS', $status);
                        }
                        break;
-       }
+       } // END - switch
 
        // Return message
        return $message;