]> git.mxchange.org Git - friendica.git/commitdiff
double $ in de/strings.php corrected
authorTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 3 Feb 2011 07:35:23 +0000 (08:35 +0100)
committerTobias Diekershoff <tobias.diekershoff@gmx.net>
Thu, 3 Feb 2011 07:35:23 +0000 (08:35 +0100)
view/de/strings.php

index 7897dc0745d31eebd78b026b307ada709be46c33..887b43394d7423616716363ee2c914e4b5272ad8 100644 (file)
@@ -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';