From 9fe9d407aeb0f6d1ed008d220c139dd6e2c90926 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak Date: Thu, 20 Nov 2014 08:57:43 +0100 Subject: Fix "x from y" -> "x of y" --- program/localization/en_US/labels.inc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'program') 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'; -- cgit v1.2.3