]> git.mxchange.org Git - mailer.git/blobdiff - inc/language-functions.php
Several code-cleanups:
[mailer.git] / inc / language-functions.php
index 074b25e447f03c6bc9f92d7a8eff5c40cfe0611c..93999f1f92bbbb5b8d9874975203b4fedaa1b31f 100644 (file)
@@ -43,7 +43,7 @@ if (!defined('__SECURITY')) {
 // "Getter" for language strings
 // @TODO Rewrite all language constants to this function.
 function getMessage ($messageId) {
-       // Default is not found!
+       // Default is not found
        $return = '!' . $messageId . '!';
 
        // Is the language string found?