diff options
author | Aleksander Machniak <alec@alec.pl> | 2014-11-20 08:57:43 +0100 |
---|---|---|
committer | Aleksander Machniak <alec@alec.pl> | 2014-11-20 08:57:43 +0100 |
commit | 9fe9d407aeb0f6d1ed008d220c139dd6e2c90926 (patch) | |
tree | b94a64a7d9ccd0dbeb8f7dbc30cbbdf6eb13e87b /program/localization/en_US | |
parent | bb1398a54e8ba45f099435f6cc56c016f8662f65 (diff) |
Fix "x from y" -> "x of y"
Diffstat (limited to 'program/localization/en_US')
-rw-r--r-- | program/localization/en_US/labels.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/program/localization/en_US/labels.inc b/program/localization/en_US/labels.inc index f1ef5f436..191e143e0 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -270,7 +270,7 @@ $labels['responsetext'] = 'Response Text'; $labels['attach'] = 'Attach'; $labels['attachments'] = 'Attachments'; $labels['upload'] = 'Upload'; -$labels['uploadprogress'] = '$percent ($current from $total)'; +$labels['uploadprogress'] = '$percent ($current of $total)'; $labels['close'] = 'Close'; $labels['messageoptions'] = 'Message options...'; $labels['togglecomposeoptions'] = 'Toggle composition options'; |