Skip to content

Commit

Permalink
follow up 86bebab
Browse files Browse the repository at this point in the history
  • Loading branch information
borysiasty committed Jun 25, 2013
1 parent 86bebab commit 7771a9b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion python/pyplugin_installer/installer_data.py
Expand Up @@ -471,7 +471,7 @@ def xmlDownloaded(self):
self.mRepositories[reposName]["state"] = 2
else:
self.mRepositories[reposName]["state"] = 3
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response doesn't contain plugin metatada.")
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't look like plugin metatada.")

self.repositoryFetched.emit( reposName )

Expand Down

0 comments on commit 7771a9b

Please sign in to comment.