Several code-cleanups:
[mailer.git] / inc / modules / admin / what-theme_import.php
index 84206c4a517a131bc89aa579f0ea9e286feef85f..a7f9c10e510ab5f9f68cba3ec39d67032660989c 100644 (file)
@@ -78,7 +78,7 @@ VALUES ('%s','N','%s','%s')",
                        // Prepare message
                        $message = getMaskedMessage('ADMIN_THEME_IMPORTED', postRequestParameter('theme'));
                } else {
-                       // Include file not found!
+                       // Include file not found
                        $message = getMaskedMessage('ADMIN_THEME_INC_404', postRequestParameter('theme'));
                }
        } else {