diff options
author | Necoro <> | 2008-01-20 14:22:21 +0000 |
---|---|---|
committer | Necoro <> | 2008-01-20 14:22:21 +0000 |
commit | 730c2c3d96a13e394f8024945783264abbc74b2c (patch) | |
tree | 7fc21b797fba6aa27f5fbc4c591e9ab2ccd70618 /portato/gui/gtk/windows.py | |
parent | bf6a262cb2d088c1e4194b410dccc956766f651e (diff) | |
download | portato-730c2c3d96a13e394f8024945783264abbc74b2c.tar.gz portato-730c2c3d96a13e394f8024945783264abbc74b2c.tar.bz2 portato-730c2c3d96a13e394f8024945783264abbc74b2c.zip |
r690@Devoty: necoro | 2008-01-20 15:15:16 +0100
Translation work
Diffstat (limited to 'portato/gui/gtk/windows.py')
-rw-r--r-- | portato/gui/gtk/windows.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/portato/gui/gtk/windows.py b/portato/gui/gtk/windows.py index 783d06e..1571fc2 100644 --- a/portato/gui/gtk/windows.py +++ b/portato/gui/gtk/windows.py @@ -1267,7 +1267,7 @@ class MainWindow (Window): if title is None: title = _("Console") else: - title = (_("Console (%(title)s)") % {"title" : title}) + title = ("%s (%s)") % (_("Console"), title) self.sysNotebook.set_tab_label_text(self.termHB, title) |