diff options
| -rw-r--r-- | plugins/managesieve/localization/pl_PL.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/managesieve/localization/pl_PL.inc b/plugins/managesieve/localization/pl_PL.inc index e7fc07dea..e530619a4 100644 --- a/plugins/managesieve/localization/pl_PL.inc +++ b/plugins/managesieve/localization/pl_PL.inc @@ -54,7 +54,7 @@ $labels['fromset'] = 'ze zbioru'; $labels['fromfile'] = 'z pliku'; $labels['filterdisabled'] = 'Filtr wyłączony'; $labels['countisgreaterthan'] = 'ilość jest większa od'; -$labels['countisgreaterthanequal'] = 'ilość jest róna lub większa od'; +$labels['countisgreaterthanequal'] = 'ilość jest równa lub większa od'; $labels['countislessthan'] = 'ilość jest mniejsza od'; $labels['countislessthanequal'] = 'ilość jest równa lub mniejsza od'; $labels['countequals'] = 'ilość jest równa'; |
