From 5e73f9da86bf2894d03337b6cadbdce5157ee5e9 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Thu, 3 Feb 2011 08:35:23 +0100 Subject: [PATCH] double $ in de/strings.php corrected --- view/de/strings.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/view/de/strings.php b/view/de/strings.php index 7897dc0745..887b43394d 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -259,7 +259,7 @@ $a->strings['Normal View'] = 'Normale Ansicht'; $a->strings['New Item View'] = 'Neue Einträge'; $a->strings['CC: email addresses'] = 'CC: EMail Addresse'; $a->strings['Example: bob@example.com, mary@example.com'] = 'Z.B.: bob@example.com, mary@example.com'; -$$a->strings['No such group'] = 'Es gibt keine solche Gruppe'; +$a->strings['No such group'] = 'Es gibt keine solche Gruppe'; $a->strings['Group is empty'] = 'Gruppe ist leer'; $a->strings['Group: '] = 'Gruppe: '; $a->strings['View in context'] = 'Im Zusammenhang betrachten';