From a2723f82068e8091badf5a9e6948119e13d26164 Mon Sep 17 00:00:00 2001 From: Tobias Diekershoff Date: Fri, 21 Jan 2011 12:19:57 +0100 Subject: [PATCH] minor thing with the strings --- view/de/strings.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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';