[jhbuild: 30/60] [gui] use "Start" as label for the main button, instead of the specific "Build"
- From: Frederic Peters <fpeters src gnome org>
- To: svn-commits-list gnome org
- Subject: [jhbuild: 30/60] [gui] use "Start" as label for the main button, instead of the specific "Build"
- Date: Sat, 6 Jun 2009 09:50:08 -0400 (EDT)
commit 76c5d4fc31be24f8ed0ec4d40f115989aa3b96e6
Author: Frédéric Péters <fpeters 0d be>
Date: Mon May 18 13:17:18 2009 +0200
[gui] use "Start" as label for the main button, instead of the specific "Build"
---
jhbuild/frontends/gtkui.py | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/jhbuild/frontends/gtkui.py b/jhbuild/frontends/gtkui.py
index 3508994..fff043e 100644
--- a/jhbuild/frontends/gtkui.py
+++ b/jhbuild/frontends/gtkui.py
@@ -171,7 +171,7 @@ class AppWindow(gtk.Window, buildscript.BuildScript):
buttonbox.set_layout(gtk.BUTTONBOX_END)
app_vbox.pack_start(buttonbox, fill=False, expand=False)
- self.build_button = gtk.Button(_('Build'))
+ self.build_button = gtk.Button(_('Start'))
self.build_button.connect('clicked', self.on_build_cb)
buttonbox.add(self.build_button)
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]