From: Tobias Diekershoff Date: Fri, 21 Jan 2011 11:19:57 +0000 (+0100) Subject: minor thing with the strings X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=a2723f82068e8091badf5a9e6948119e13d26164;p=friendica.git minor thing with the strings --- diff --git a/view/de/strings.php b/view/de/strings.php index b6b2509b5c..695e0ecb4c 100644 --- a/view/de/strings.php +++ b/view/de/strings.php @@ -17,12 +17,12 @@ $a->strings['next'] = 'nächste'; $a->strings[' likes this.'] = ' mag dies.'; $a->strings[' doesn\'t like this.'] = ' mag dies nicht.'; $a->strings['people'] = 'Leute'; -$a->strings['like this.'] = 'mag dies.'; +$a->strings['like this.'] = 'mögen dies.'; $a->strings['don\'t like this.'] = 'mag dies nicht.'; $a->strings['and'] = 'und'; $a->strings[', and '] = ' und '; $a->strings[' other people'] = ' andere Leute'; -$a->strings[' like this.'] = ' mag dies..'; +$a->strings[' like this.'] = ' mag dies.'; $a->strings[' don\'t like this.'] = ' mag dies nicht.'; $a->strings['No contacts'] = 'Keine Kontakte'; $a->strings['Contacts'] = 'Kontakte';