Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
path: root/TurtleArtActivity.py
diff options
context:
space:
mode:
Diffstat (limited to 'TurtleArtActivity.py')
-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,