From d577decc9f49bac76c410a12b62e26ec582c5c81 Mon Sep 17 00:00:00 2001 From: Sai Vineet Date: Wed, 11 Dec 2013 19:36:41 +0000 Subject: Add a Pen tool to Physics Also took out the Elements package from the .egg and brought it out so that it can be edited. The Export to csv functionality has also been changed to reflect pygame coords only. Previously the coords were Box2d meters. --- (limited to 'activity.py') diff --git a/activity.py b/activity.py index eef0e36..c42f2ec 100644 --- a/activity.py +++ b/activity.py @@ -214,7 +214,7 @@ class PhysicsActivity(activity.Activity): clear_all_alert = ConfirmationAlert() clear_all_alert.props.title = _('Are You Sure?') clear_all_alert.props.msg = \ - _('All you work will be discarded. This cannot be undone!') + _('All your work will be discarded. This cannot be undone!') clear_all_alert.connect('response', self.clear_all_alert_cb) self.add_alert(clear_all_alert) -- cgit v0.9.1