From c7708ae4c12b22bcc3255ea6c57f60539ec4ec62 Mon Sep 17 00:00:00 2001 From: Walter Bender Date: Tue, 27 Mar 2012 20:08:01 +0000 Subject: adding missing puctuation to some strings --- (limited to 'TurtleArtActivity.py') 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, -- cgit v0.9.1