From e6403287a3b58ca62f1993564a0873d0271c2d4b Mon Sep 17 00:00:00 2001 From: fabioaz Date: Wed, 12 Sep 2012 18:48:56 +0000 Subject: [PATCH] ENH: Enhancing messages and translations. --- invesalius/control.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/invesalius/control.py b/invesalius/control.py index cf105f2..c142044 100755 --- a/invesalius/control.py +++ b/invesalius/control.py @@ -297,7 +297,7 @@ class Controller(): def Progress(self, evt): data = evt.data if (data): - message = _("Loading file %d of %d")%(data[0],data[1]) + message = _("Loading file %d of %d ...")%(data[0],data[1]) if not(self.progress_dialog): self.progress_dialog = dialog.ProgressDialog( maximum = data[1], abort=1) -- libgit2 0.21.2