From da60484dec98507d52d2feeb9e4e798adb9b49a8 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Roland=20H=C3=A4der?= Date: Sat, 21 Jun 2008 18:40:15 +0000 Subject: [PATCH] Typos fixed --- .../ship-simu/templates/de/code/login_status_problem.ctp | 2 +- inc/database.php | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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 -- 2.39.2