diff options
author | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-03 08:35:23 +0100 |
---|---|---|
committer | Tobias Diekershoff <tobias.diekershoff@gmx.net> | 2011-02-03 08:35:23 +0100 |
commit | 5e73f9da86bf2894d03337b6cadbdce5157ee5e9 (patch) | |
tree | b45143ac501f3ad0bf938c80a2b4acaaadbc84ba | |
parent | 73c2ccbc785a83fc1b770656cb723572dc2cc740 (diff) | |
download | volse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.tar.gz volse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.tar.bz2 volse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.zip |
double $ in de/strings.php corrected
-rw-r--r-- | view/de/strings.php | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/view/de/strings.php b/view/de/strings.php index 7897dc074..887b43394 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'; |