diff --git a/novelwriter/error.py b/novelwriter/error.py index 441c138f..efa6970f 100644 --- a/novelwriter/error.py +++ b/novelwriter/error.py @@ -95,7 +95,8 @@ class NWErrorMessage(QDialog): "+++ Divide by Cucumber Error +++", "+++ Whoops! Here Comes The Cheese! +++", "+++ Please Reinstall Universe and Reboot +++", - ][random.randint(0, 3)]) + "+++ Error At Address 14, Treacle Mine Road +++", + ][random.randint(0, 4)]) self.setLayout(self.mainBox)