Browse Source

Fix "x from y" -> "x of y"

pull/251/head
Aleksander Machniak 11 years ago
parent
commit
9fe9d407ae
  1. 2
      program/localization/en_US/labels.inc

2
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';

Loading…
Cancel
Save