aboutsummaryrefslogtreecommitdiffstats
path: root/view/de/strings.php
diff options
context:
space:
mode:
authorTobias Diekershoff <tobias.diekershoff@gmx.net>2011-02-03 08:35:23 +0100
committerTobias Diekershoff <tobias.diekershoff@gmx.net>2011-02-03 08:35:23 +0100
commit5e73f9da86bf2894d03337b6cadbdce5157ee5e9 (patch)
treeb45143ac501f3ad0bf938c80a2b4acaaadbc84ba /view/de/strings.php
parent73c2ccbc785a83fc1b770656cb723572dc2cc740 (diff)
downloadvolse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.tar.gz
volse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.tar.bz2
volse-hubzilla-5e73f9da86bf2894d03337b6cadbdce5157ee5e9.zip
double $ in de/strings.php corrected
Diffstat (limited to 'view/de/strings.php')
-rw-r--r--view/de/strings.php2
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';