Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorWalter Bender <walter.bender@gmail.com>2012-03-27 20:08:01 (GMT)
committer Walter Bender <walter.bender@gmail.com>2012-03-27 20:08:01 (GMT)
commitc7708ae4c12b22bcc3255ea6c57f60539ec4ec62 (patch)
tree0b31785876282ad6c7e596c6898c4b70666af457
parent67bca8169112a7936e2efc17fb3d8b26cf8f724a (diff)
adding missing puctuation to some strings
-rw-r--r--TurtleArtActivity.py4
1 files changed, 2 insertions, 2 deletions
diff --git a/TurtleArtActivity.py b/TurtleArtActivity.py
index a30ec42..7e6b3f6 100644
--- a/TurtleArtActivity.py
+++ b/TurtleArtActivity.py
@@ -928,8 +928,8 @@ in order to use the plugin.'))
file_info):
''' We warn the user if the plugin was previously loaded '''
alert = ConfirmationAlert()
- alert.props.title = _('Plugin %s already installed') % (plugin_name)
- alert.props.msg = _('Do you want to reinstall %s') % (plugin_name)
+ alert.props.title = _('Plugin %s already installed.') % (plugin_name)
+ alert.props.msg = _('Do you want to reinstall %s?') % (plugin_name)
def _reload_plugin_alert_response_cb(alert, response_id, self,
tmp_dir, tmp_path, plugin_path,