>From 8a2da36117aa8b5e38fb0ead9664024d47ab4e96 Mon Sep 17 00:00:00 2001
From: Jorge Saldivar <jsaldivar@paraguayeduca.org>
Date: Wed, 21 Apr 2010 17:26:50 -0400
Subject: [PATCH] Change keep string to keep a copy

---
 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 2867666..5ce82bd 100644
--- a/src/sugar/activity/widgets.py
+++ b/src/sugar/activity/widgets.py
@@ -163,7 +163,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.6.3.3


