Fixed missing elements
authorRoland Häder <roland@mxchange.org>
Sun, 13 Jun 2010 08:46:00 +0000 (08:46 +0000)
committerRoland Häder <roland@mxchange.org>
Sun, 13 Jun 2010 08:46:00 +0000 (08:46 +0000)
inc/functions.php

index 2a9a94bc21a5a9d19db3ddb3a786ebf4d57b719e..f85b4df13e107b501931b6c35c2555f4ac387ff1 100644 (file)
@@ -3577,10 +3577,10 @@ function determinePageTitle () {
                $pageTitle = '[-- ' . getConfig('MAIN_TITLE') . ' - ' . getModuleTitle(getModule()) . ' --]';
        } elseif ((isInstalled()) && (!isAdminRegistered())) {
                // Installed but no admin registered
-               $pageTitle = getMessage('SETUP_OF_MXCHANGE');
+               $pageTitle = getMessage('SETUP_OF_MAILER');
        } elseif ((!isInstalled()) || (!isAdminRegistered())) {
                // Installation mode
-               $pageTitle = getMessage('INSTALLATION_OF_MXCHANGE');
+               $pageTitle = getMessage('INSTALLATION_OF_MAILER');
        } else {
                // Configuration not found!
                $pageTitle = getMessage('NO_CONFIG_FOUND_TITLE');