From: quix0r Date: Sun, 13 Jun 2010 08:46:00 +0000 (+0000) Subject: Fixed missing elements X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=3d24b04259e333570567bf6ad11f6ab7990a1dd4;p=mailer.git Fixed missing elements --- diff --git a/inc/functions.php b/inc/functions.php index 2a9a94bc21..f85b4df13e 100644 --- a/inc/functions.php +++ b/inc/functions.php @@ -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');