diff options
| author | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-16 19:15:34 +0000 |
|---|---|---|
| committer | roundcube <roundcube@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2005-10-16 19:15:34 +0000 |
| commit | 6501aac95fc6fd2369ce5408f2a424ebdf8584b6 (patch) | |
| tree | 06555b70bbdabb6c52127dd8fa340aa79cae66d2 | |
| parent | f9041ebd5d81dfb0cab5121e24fee7f713e987c8 (diff) | |
fixed bug #1327833
git-svn-id: https://svn.roundcube.net/trunk@39 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | roundcubemail/program/localization/de/messages.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/de/messages.inc b/roundcubemail/program/localization/de/messages.inc index c90bb4c35..3061bf045 100644 --- a/roundcubemail/program/localization/de/messages.inc +++ b/roundcubemail/program/localization/de/messages.inc @@ -28,7 +28,7 @@ $messages['imaperror'] = 'Keine Verbindung zum IMAP server'; $messages['nomessagesfound'] = 'Keine Nachrichten in diesem Order'; -$messages['loggedout'] = 'Sie haben Ihre Session erfolgreich beendeet. Auf Wiedersehen!'; +$messages['loggedout'] = 'Sie haben Ihre Session erfolgreich beendet. Auf Wiedersehen!'; $messages['mailboxempty'] = 'Ordner ist leer'; |
