]> git.mxchange.org Git - mailer.git/blobdiff - inc/extensions/ext-admins.php
Extension ext-coupon continued, missing template added:
[mailer.git] / inc / extensions / ext-admins.php
index fc1a9b6e22e573df0a18601ac7c0dd352a626734..784aa3c55caaedc51b67778b11d18afb32fbd971 100644 (file)
@@ -333,14 +333,14 @@ PRIMARY KEY (`id`)
                                registerFilter('do_admin_login_done', 'REHASH_ADMINS_PASSWORD', false, true, isExtensionDryRun());
 
                                // Update notes (these will be set as task text!)
-                               setExtensionUpdateNotes("Filter hinzugefuegt.");
+                               setExtensionUpdateNotes("Filter zum Rehashen des Adminpassworts nach erfolgtem Login hinzugefügt.");
                                break;
 
                        case '0.7.6': // SQL queries for v0.7.6
                                addExtensionSql("ALTER TABLE `{?_MYSQL_PREFIX?}_admins` CHANGE `last_failure` `last_failure` 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;