diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 19:31:18 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-04 19:31:18 +0000 |
| commit | 448f1b0ba2a5beb5659605ccdefd66fbc9fc1fff (patch) | |
| tree | cb15f0c0981806942ffc0f54a2bf2c8f7f290a73 | |
| parent | 60c1ddd8809493d3bcb679c46e46a777cb25e0cd (diff) | |
- Fix typo in de_DE translation (#1487666)
git-svn-id: https://svn.roundcube.net/trunk@4391 208e9e7b-5314-0410-a742-e7e81cd9613c
| -rw-r--r-- | plugins/managesieve/localization/de_DE.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/localization/de_DE.inc b/plugins/managesieve/localization/de_DE.inc index bac80daaf..e71d7e00d 100644 --- a/plugins/managesieve/localization/de_DE.inc +++ b/plugins/managesieve/localization/de_DE.inc @@ -14,7 +14,7 @@ $labels['filterany'] = 'alle Nachrichten'; $labels['filtercontains'] = 'enthält'; $labels['filternotcontains'] = 'enthält nicht'; $labels['filteris'] = 'ist gleich'; -$labels['filterisnot'] = 'ist unglich'; +$labels['filterisnot'] = 'ist ungleich'; $labels['filterexists'] = 'existiert'; $labels['filternotexists'] = 'existiert nicht'; $labels['filterunder'] = 'unter'; |
