]> git.mxchange.org Git - shipsimu.git/commitdiff
Typos fixed
authorRoland Häder <roland@mxchange.org>
Sat, 21 Jun 2008 18:40:15 +0000 (18:40 +0000)
committerRoland Häder <roland@mxchange.org>
Sat, 21 Jun 2008 18:40:15 +0000 (18:40 +0000)
application/ship-simu/templates/de/code/login_status_problem.ctp
inc/database.php

index 9738a2302c8fe4344b6ccdcc66fc7ee430dcfc28..253960939d93a4e2aac2f059ebc30a43eaae8e39 100644 (file)
@@ -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&auml;tigungscode zusenden");
+       $helper->addInputSubmitButton("Best&auml;tigungscode absenden");
 
        // Flush content and automatically close the form
        $helper->flushContent();
index 8dd90e46da5f2d9169f3d3280612742550664ff9..cc4d384643876ada9859522cf9a83a0e7aec706e 100644 (file)
@@ -29,8 +29,8 @@ $layer = null;
 if (!defined('_DB_TYPE')) {
        // Abort here
        ApplicationEntryPoint::app_die("[Main:] Please define a database type first!<br />
-E.g.:<pre>&#36;GLOBALS[&#39;cfg&#39]->defineDatabaseType(&quot;local&quot;);</pre>
-This will choose the local-file-based database type (layer)");
+E.g.:<pre>&#36;cfg->defineDatabaseType(&quot;local&quot;);</pre>
+This will choose the local file-based database layer.");
 }
 
 // Generate FQFN for the database layer