summaryrefslogtreecommitdiff
path: root/portato/gui/gtk/windows.py
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--portato/gui/gtk/windows.py2
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)