Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter@sugarlabs.org>2013-10-15 17:24:45 (GMT)
committer Walter Bender <walter@sugarlabs.org>2013-10-15 17:24:45 (GMT)
commit802c0c45b0b356e21d3f51db311534a1fc7dae81 (patch)
treeb8db60a7f1bfa2b54a149cb421e3fc2c881b1bef
parent4d5fa651bcd2515e3496403d54b8ac6dcc39a777 (diff)
new string
-rw-r--r--TurtleArtActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index 4187229..8b4b5a0 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -1529,8 +1529,8 @@ in order to use the plugin.'))
def empty_trash_alert(self):
''' We get confirmation from the user before emptying the trash '''
alert = ConfirmationAlert()
- alert.props.title = _('Empty the trash')
- alert.props.msg = _('Do you really want to empty trash?')
+ alert.props.title = _('empty trash')
+ alert.props.msg = _('Do you really want to empty the trash?')
def _empty_trash_alert_response_cb(alert, response_id, self):
if response_id is gtk.RESPONSE_OK: