Skip to content

Commit c604ff7

Browse files
committed
Change title of QMessageBox
1 parent 63a7f36 commit c604ff7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

gns3/topology.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -255,7 +255,7 @@ def _projectCreationErrorSlot(self, message):
255255
if self._project:
256256
self._project.project_creation_error_signal.disconnect(self._projectCreationErrorSlot)
257257
self.setProject(None)
258-
QtWidgets.QMessageBox.critical(self._main_window, "New project", message)
258+
QtWidgets.QMessageBox.critical(self._main_window, "Project", message)
259259

260260
def exportProject(self):
261261
if self._project is None:

0 commit comments

Comments
 (0)