You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
desc=self.tr("This plugin requires a newer version of Quantum GIS") +" ("+self.tr("at least")+" "+p["error_details"] +")"
444
441
descTip=statusTips[p["error"]]
442
+
statusTip=descTip
445
443
elifp["error"] =="dependent":
446
444
desc=self.tr("This plugin requires a missing module") +" ("+p["error_details"] +")"
447
445
descTip=statusTips[p["error"]]
446
+
statusTip=descTip
448
447
else:
449
448
desc=p["desc_local"]
450
449
descTip=p["desc_repo"]
@@ -579,7 +578,7 @@ def installPlugin(self):
579
578
message=self.tr("The plugin is designed for a newer version of Quantum GIS. The minimum required version is:")
580
579
message+=" <b>"+plugin["error_details"] +"</b>"
581
580
elifplugin["error"] =="dependent":
582
-
message=self.tr("The plugin depends on some components missing on your system. Please install the following Python module:")
581
+
message=self.tr("The plugin depends on some components missing on this system. You need to install the following Python module in order to enable it:")
583
582
message+="<b> "+plugin["error_details"] +"</b>"
584
583
else:
585
584
message=self.tr("The plugin is broken. Python said:")
0 commit comments