[Sugar-devel] [PATCH sugar-toolkit] Change tooltip of Keep button from "Keep" to "Keep a copy"

Sascha Silbe sascha-pgp at silbe.org
Sun Jan 16 16:50:30 EST 2011


From: Jorge Saldivar <jsaldivar at paraguayeduca.org>

This should reduce the confusion around the "Keep" button. It's more of a
workaround than a solution, but at least better than the current situation.

[changed description]
Signed-off-by: Sascha Silbe <sascha-pgp at silbe.org>
---
 src/sugar/activity/widgets.py |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/sugar/activity/widgets.py b/src/sugar/activity/widgets.py
index b5e4ce7..c79e602 100644
--- a/src/sugar/activity/widgets.py
+++ b/src/sugar/activity/widgets.py
@@ -166,7 +166,7 @@ class KeepButton(ToolButton):
 
     def __init__(self, activity, **kwargs):
         ToolButton.__init__(self, **kwargs)
-        self.props.tooltip = _('Keep')
+        self.props.tooltip = _('Keep a copy')
         self.props.accelerator = '<Ctrl>S'
 
         client = gconf.client_get_default()
-- 
1.7.2.3



More information about the Sugar-devel mailing list