Skip to content

Commit 7771a9b

Browse files
committedJun 25, 2013
follow up 86bebab
1 parent 86bebab commit 7771a9b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎python/pyplugin_installer/installer_data.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -471,7 +471,7 @@ def xmlDownloaded(self):
471471
self.mRepositories[reposName]["state"] = 2
472472
else:
473473
self.mRepositories[reposName]["state"] = 3
474-
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response doesn't contain plugin metatada.")
474+
self.mRepositories[reposName]["error"] = QCoreApplication.translate("QgsPluginInstaller", "Server response is 200 OK, but doesn't look like plugin metatada.")
475475

476476
self.repositoryFetched.emit( reposName )
477477

0 commit comments

Comments
 (0)
Please sign in to comment.