From 802c0c45b0b356e21d3f51db311534a1fc7dae81 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 15 Oct 2013 17:24:45 +0000 Subject: new string --- 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: -- cgit v0.9.1