Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createtoolbar.py
diff options
context:
space:
mode:
Diffstat (limited to 'createtoolbar.py')
-rwxr-xr-xcreatetoolbar.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/createtoolbar.py b/createtoolbar.py
index 4d64989..ce22b9a 100755
--- a/createtoolbar.py
+++ b/createtoolbar.py
@@ -80,7 +80,7 @@ class CreateToolbar(gtk.Toolbar):
separator2.set_draw(True)
self.insert(separator2, -1)
- self._add_widget(gtk.Label(_('Game name: ')))
+ self._add_widget(gtk.Label(_('Game name') + ': '))
self.game_name_entry = gtk.Entry()
self._add_widget(self.game_name_entry)