I make a patch for this bug: http://bugs.sugarlabs.org/ticket/2672
This patch proposes:
 * Change "Next" (in name screen) to "Change color"
 * Change "Back" (in color screen) to "Change name"

I need approbal of team design, then I make a pull request
If Walter feature (age/gender) lands, I need edit it :)

Screenshots:
Name selection: http://sugarlabs.org/~ignacio/Archivos/Name%20selection.png
Color selection:
http://sugarlabs.org/~ignacio/Archivos/Color%20selection.png


I attached the Patch

Grettings, (and sorry for the bad english :P)
Ignacio
From db16f94c3c1649151590541c1f95e6b402a86861 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Ignacio=20Rodr=C3=ADguez?= <ignaciorodrig...@sugarlabs.org>
Date: Tue, 3 Dec 2013 17:44:55 -0200
Subject: [PATCH] Change 'Back' to 'Change name'

---
 src/jarabe/intro/window.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/jarabe/intro/window.py b/src/jarabe/intro/window.py
index 83621c7..d93edce 100644
--- a/src/jarabe/intro/window.py
+++ b/src/jarabe/intro/window.py
@@ -197,7 +197,7 @@ class _IntroBox(Gtk.VBox):
             button_box.set_layout(Gtk.ButtonBoxStyle.END)
         else:
             button_box.set_layout(Gtk.ButtonBoxStyle.EDGE)
-            back_button = Gtk.Button(_('Back'))
+            back_button = Gtk.Button(_('Change name'))
             image = Icon(icon_name='go-left')
             back_button.set_image(image)
             back_button.connect('clicked', self._back_activated_cb)
-- 
1.8.1.2

_______________________________________________
Sugar-devel mailing list
Sugar-devel@lists.sugarlabs.org
http://lists.sugarlabs.org/listinfo/sugar-devel

Reply via email to