Extension ext-coupon continued, missing template added:
[mailer.git] / inc / extensions / ext-nickname.php
index a81ff0c0290f025d06ecbf2ad163085ebc7e9f24..64a0783c0e72517800d86cbd97eeab3a00bd271b 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("Standardwert ist nicht mehr 0000-00-00 00:00:00, sondern NULL.");
+                               setExtensionUpdateNotes("Ausgangswert ist nicht mehr 0000-00-00 00:00:00, sondern NULL.");
                                break;
                } // END - switch
                break;