From 9cfd67195daf059fd6f58d15b50d6c1ba60a8351 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hugo=20Beauz=C3=A9e-Luyssen?= Date: Wed, 14 Apr 2010 23:42:51 +0200 Subject: [PATCH] Correcting typo: Appology -> apology --- src/Gui/MainWindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp index ef9338bae..2c525450c 100644 --- a/src/Gui/MainWindow.cpp +++ b/src/Gui/MainWindow.cpp @@ -629,7 +629,7 @@ bool MainWindow::restoreSession() if ( GUIProjectManager::getInstance()->loadEmergencyBackup() == true ) ret = true; else - QMessageBox::warning( this, tr( "Can't restore project" ), tr( "VLMC didn't manage to restore your project. We appology for the inconvenience" ) ); + QMessageBox::warning( this, tr( "Can't restore project" ), tr( "VLMC didn't manage to restore your project. We apology for the inconvenience" ) ); } } } -- GitLab