]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-mailid.php
Renamed templates, more usage of EL
[mailer.git] / inc / extensions / ext-mailid.php
index 26712e203f9b6e763de999889bdef92f6ea4cd12..958c16aa946ffb74f752c34dc677df608d9fdd11 100644 (file)
@@ -186,7 +186,7 @@ switch (getExtensionMode()) {
 
                        case '0.2.5': // SQL queries for v0.2.5
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Den Punkte in der Gesamt-{?POINTS?}-Anzahl in ein Komma umgewandelt.");
+                               setExtensionUpdateNotes("Den Punkt in der Gesamt-{?POINTS?}-Anzahl in ein Komma umgewandelt.");
                                break;
 
                        case '0.2.6': // SQL queries for v0.2.6
@@ -201,7 +201,7 @@ switch (getExtensionMode()) {
 
                        case '0.2.8': // SQL queries for v0.2.8
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Bonus- und Standart-Referal-Id ausblendbar aus Aktiv-Rallye und bekommt kein Aktiv-Guthaben.");
+                               setExtensionUpdateNotes("Bonus- und Standard-Referal-Id ausblendbar aus Aktiv-Rallye und bekommt kein Aktiv-Guthaben.");
                                break;
 
                        case '0.2.9': // SQL queries for v0.2.9
@@ -234,7 +234,7 @@ switch (getExtensionMode()) {
        case 'modify': // When the extension got modified
                break;
 
-       case 'test': // For testing purposes. For details see file inc/modules/admin/what-extensions.php, arround line 305.
+       case 'test': // For testing purposes
                break;
 
        case 'init': // Do stuff when extension is initialized