From: Roland Häder Date: Sat, 21 Jun 2008 18:40:15 +0000 (+0000) Subject: Typos fixed X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=da60484dec98507d52d2feeb9e4e798adb9b49a8;p=shipsimu.git Typos fixed --- diff --git a/application/ship-simu/templates/de/code/login_status_problem.ctp b/application/ship-simu/templates/de/code/login_status_problem.ctp index 9738a23..2539609 100644 --- a/application/ship-simu/templates/de/code/login_status_problem.ctp +++ b/application/ship-simu/templates/de/code/login_status_problem.ctp @@ -37,7 +37,7 @@ if ($helper->ifUserAccountUnconfirmed()) { // Add submit button $helper->addFormGroup("submit", "Bitte einmal abschicken und das Ergebnis abwarten!"); $helper->addInputResetButton("Nochmal eingeben"); - $helper->addInputSubmitButton("Bestätigungscode zusenden"); + $helper->addInputSubmitButton("Bestätigungscode absenden"); // Flush content and automatically close the form $helper->flushContent(); diff --git a/inc/database.php b/inc/database.php index 8dd90e4..cc4d384 100644 --- a/inc/database.php +++ b/inc/database.php @@ -29,8 +29,8 @@ $layer = null; if (!defined('_DB_TYPE')) { // Abort here ApplicationEntryPoint::app_die("[Main:] Please define a database type first!
-E.g.:
$GLOBALS['cfg']->defineDatabaseType("local");
-This will choose the local-file-based database type (layer)"); +E.g.:
$cfg->defineDatabaseType("local");
+This will choose the local file-based database layer."); } // Generate FQFN for the database layer