From 9fe9d407aeb0f6d1ed008d220c139dd6e2c90926 Mon Sep 17 00:00:00 2001 From: Aleksander Machniak <alec@alec.pl> Date: Thu, 20 Nov 2014 02:57:43 -0500 Subject: [PATCH] Fix "x from y" -> "x of y" --- 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 f1ef5f4..191e143 100644 --- a/program/localization/en_US/labels.inc +++ b/program/localization/en_US/labels.inc @@ -270,7 +270,7 @@ $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'; -- Gitblit v1.9.1