We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 63a7f36 commit c604ff7Copy full SHA for c604ff7
gns3/topology.py
@@ -255,7 +255,7 @@ def _projectCreationErrorSlot(self, message):
255
if self._project:
256
self._project.project_creation_error_signal.disconnect(self._projectCreationErrorSlot)
257
self.setProject(None)
258
- QtWidgets.QMessageBox.critical(self._main_window, "New project", message)
+ QtWidgets.QMessageBox.critical(self._main_window, "Project", message)
259
260
def exportProject(self):
261
if self._project is None:
0 commit comments