Update default.py

new alert: it's a plugin is not an application
This commit is contained in:
samuel bonilla
2014-03-13 20:04:00 -05:00
parent 77b66d6015
commit 4f82bed52e
+1 -1
View File
@@ -1843,7 +1843,7 @@ def install_plugin():
session.flash = T('New plugin installed: %s', filename)
else:
session.flash = \
T('unable to create application "%s"', filename)
T('unable to install plugin "%s"', filename)
redirect(URL(f="plugins", args=[app,]))
return dict(form=form, app=app, plugin=plugin, source=source)