Skip to content

Commit

Permalink
Follow up commit:7a7e54270
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Jul 15, 2013
1 parent 7a7e542 commit edf32f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/installer_data.py
Expand Up @@ -621,7 +621,7 @@ def pluginMetadata(fct):
except Exception, error:
error = unicode(error.args[0])
except SystemExit, error:
error = QCoreApplication.translate("QgsPluginInstaller", "Plugin exited with error status: {0}").format(error.args[0])
error = QCoreApplication.translate("QgsPluginInstaller", "The plugin exited with error status: {0}").format(error.args[0])
except:
error = QCoreApplication.translate("QgsPluginInstaller", "Unknown error")
else:
Expand Down

0 comments on commit edf32f9

Please sign in to comment.