Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/createtoolbar.py
diff options
context:
space:
mode:
authorMuriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
committer Muriel de Souza Godoi <muriel@laptop.org>2007-11-03 03:19:38 (GMT)
commite4c072e7af66b48edd4665c1deefff78862f0dea (patch)
tree8924dc2a22eacdd7d23237dc49167dea82140909 /createtoolbar.py
parent693100a7f2dfcb8d4489b8e17a9929548aa450a4 (diff)
Icons and pot files updated new list of demo games
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)