]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-nickname.php
Bad typo fixed and extension 'ext-coupon' started:
[mailer.git] / inc / extensions / ext-nickname.php
index fc4c8fac9e884c65e1dd4c95a842e478abac64b4..84d9789f066b259362fc638242b5a6bd9fa11e20 100644 (file)
@@ -192,7 +192,7 @@ PRIMARY KEY (`id`)
                                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_nickname_history` CHANGE `last_used` `last_used` TIMESTAMP NULL DEFAULT NULL");
 
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Standartwert ist nicht mehr 0000-00-00 00:00:00, sondern NULL.");
+                               setExtensionUpdateNotes("Standardwert ist nicht mehr 0000-00-00 00:00:00, sondern NULL.");
                                break;
                } // END - switch
                break;