From 7e4d8035244756ff94426e4a0c890848f4737534 Mon Sep 17 00:00:00 2001 From: fabioaz Date: Mon, 10 Sep 2012 12:32:45 +0000 Subject: [PATCH] ENH: Updating/correcting translations to Brazilian Portuguese (pt_BR). --- invesalius/gui/default_tasks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/invesalius/gui/default_tasks.py b/invesalius/gui/default_tasks.py index ce57939..9c38ba4 100755 --- a/invesalius/gui/default_tasks.py +++ b/invesalius/gui/default_tasks.py @@ -207,12 +207,12 @@ class UpperTaskPanel(wx.Panel): session = ses.Session() print "session mode: ", session.mode if int(session.mode) == const.MODE_RP: - tasks = [(_("InVesalius start"), importer.TaskPanel), + tasks = [(_("Load data"), importer.TaskPanel), (_("Select region of interest"), slice_.TaskPanel), (_("Configure 3D surface"), surface.TaskPanel), (_("Export data"), exporter.TaskPanel)] elif int(session.mode) == const.MODE_NAVIGATOR: - tasks = [(_("InVesalius start"), importer.TaskPanel), + tasks = [(_("Load data"), importer.TaskPanel), (_("Select region of interest"), slice_.TaskPanel), (_("Configure 3D surface"), surface.TaskPanel), (_("Utilize navigation system"), navigator.TaskPanel)] -- libgit2 0.21.2