diff options
| author | svncommit <devs@roundcube.net> | 2006-08-12 13:22:49 +0000 | 
|---|---|---|
| committer | svncommit <devs@roundcube.net> | 2006-08-12 13:22:49 +0000 | 
| commit | 1a2c177fa33d60ec17b0c50cc1b03cd6bc40e836 (patch) | |
| tree | a3d588342476f0833643938fc019254cf681eaae | |
| parent | 8d1d0349f44252053c80d2c9a30511538708c194 (diff) | |
Fixed some typos in Russian langpack
| -rwxr-xr-x | program/localization/ru/labels.inc | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/program/localization/ru/labels.inc b/program/localization/ru/labels.inc index a5cf7ba9d..8d6035e97 100755 --- a/program/localization/ru/labels.inc +++ b/program/localization/ru/labels.inc @@ -131,7 +131,7 @@ $labels['rename'] = 'Переименовать';  $labels['renamefolder'] = 'Переименовать папку';  $labels['checkspelling'] = 'Проверить орфографию'; -$labels['resumeediting'] = 'продолжить редактирование'; +$labels['resumeediting'] = 'Продолжить редактирование';  $labels['revertto'] = 'Отменить правки';  $labels['attachments'] = 'Вложения'; | 
