diff options
| author | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-14 11:21:50 +0000 |
|---|---|---|
| committer | alec <alec@208e9e7b-5314-0410-a742-e7e81cd9613c> | 2011-01-14 11:21:50 +0000 |
| commit | 25c9e812395bc3b3c2b56d0a278f9db01b0dbf7b (patch) | |
| tree | 9d151c432057321017726c634c50851890ae00c2 /roundcubemail/program/localization | |
| parent | 56beb1d32f8c02988ecfcd504d26ee28a0149ed2 (diff) | |
- Fix typo in hu_HU localization labels (#1487682)
git-svn-id: https://svn.roundcube.net/trunk@4417 208e9e7b-5314-0410-a742-e7e81cd9613c
Diffstat (limited to 'roundcubemail/program/localization')
| -rw-r--r-- | roundcubemail/program/localization/hu_HU/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/roundcubemail/program/localization/hu_HU/labels.inc b/roundcubemail/program/localization/hu_HU/labels.inc index 028ce8b34..b1159b650 100644 --- a/roundcubemail/program/localization/hu_HU/labels.inc +++ b/roundcubemail/program/localization/hu_HU/labels.inc @@ -49,7 +49,7 @@ $labels['readstatus'] = 'Olvasott'; $labels['mailboxlist'] = 'Mappák'; $labels['messagesfromto'] = 'Üzenetek: $from - $to / $count'; $labels['threadsfromto'] = 'Témák ($from - $to, összesen $count)'; -$labels['messagenrof'] = '$nr / $coun t üzenet'; +$labels['messagenrof'] = '$nr / $count üzenet'; $labels['copy'] = 'Másolás'; $labels['move'] = 'Áthelyezés'; $labels['moveto'] = 'áthelyezés...'; |
