Bad typo fixed and extension 'ext-coupon' started:
[mailer.git] / inc / extensions / ext-user.php
index e20c788f8d756e511481d2a555379d87406bce84..5b7e23fcb6fbd5fd33bea23ad694b6af8575d570 100644 (file)
@@ -417,7 +417,7 @@ PRIMARY KEY (`id`)
                                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_user_data` CHANGE `last_failure` `last_failure` TIMESTAMP NULL DEFAULT NULL");
 
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Standartwert 0000-00-00 00:00:00 ist nun einfach NULL.");
+                               setExtensionUpdateNotes("Standardwert 0000-00-00 00:00:00 ist nun einfach NULL.");
                                break;
                } // END - switch
                break;