We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 15e9928 commit abe45eeCopy full SHA for abe45ee
1 file changed
winpython/controlpanel.py
@@ -188,8 +188,8 @@ def add_packages(self, fnames):
188
self.emit(SIGNAL('package_added()'))
189
if notsupported:
190
QMessageBox.warning(self, "Warning",
191
- "The following packages are <b>not (yet) "
192
- "supported</b> by %s:\n\n%s"
+ "The following packages filenaming are <b>not "
+ "recognized</b> by %s:\n\n%s"
193
% (self.winname, "<br>".join(notsupported)),
194
QMessageBox.Ok)
195
if notcompatible:
0 commit comments