summaryrefslogtreecommitdiffstats
path: root/lang
diff options
context:
space:
mode:
authorneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
committerneoraider <devnull@localhost>2006-04-09 01:17:04 +0200
commite90e38401db578819240d4827597cdec61d0727d (patch)
tree257bd4182bad06c62759ed8d8403fd3c3e17e287 /lang
parentc787833e7cbd2c33257a963e4bc99a3f7dc97cd7 (diff)
downloadneon-e90e38401db578819240d4827597cdec61d0727d.tar
neon-e90e38401db578819240d4827597cdec61d0727d.zip
config.inc.php angepasst. Formatierung verbessert.
Diffstat (limited to 'lang')
-rw-r--r--lang/de.inc.php4
1 files changed, 2 insertions, 2 deletions
diff --git a/lang/de.inc.php b/lang/de.inc.php
index 8c6b21b..868301b 100644
--- a/lang/de.inc.php
+++ b/lang/de.inc.php
@@ -1,7 +1,7 @@
<?PHP
- $message['Error'] = 'Fehler';
+ $message['Error'] = 'Fehler';
$message['PageNotFound'] = 'Die Seite \'$page\' existiert nicht.';
$message['Forbidden'] = 'Die Seite \'$page\' ist geschützt.';
$message['InternalError'] = 'Ein interner Fehler ist aufgetreten.';
- $message['LoginError'] = 'Login fehlgeschlagen. Username oder Passwort ist falsch.';
+ $message['LoginError'] = 'Login fehlgeschlagen. Username oder Passwort ist falsch.';
?>