[vlmc-devel] commit: MainWindow: Learning how to spell "want" ( Hugo Beauzée-Luyssen )
git at videolan.org
git at videolan.org
Fri Jun 25 15:45:25 CEST 2010
vlmc | branch: master | Hugo Beauzée-Luyssen <beauze.h at gmail.com> | Fri Jun 25 15:41:28 2010 +0200| [35dfb27728c702e45972f446703a9469d577d4a6] | committer: Hugo Beauzée-Luyssen
MainWindow: Learning how to spell "want"
> http://git.videolan.org/gitweb.cgi/vlmc.git/?a=commit;h=35dfb27728c702e45972f446703a9469d577d4a6
---
src/Gui/MainWindow.cpp | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/src/Gui/MainWindow.cpp b/src/Gui/MainWindow.cpp
index 87b6ed0..4db65df 100644
--- a/src/Gui/MainWindow.cpp
+++ b/src/Gui/MainWindow.cpp
@@ -759,7 +759,7 @@ MainWindow::restoreSession()
if ( cleanQuit == false )
{
- QMessageBox::StandardButton res = QMessageBox::question( this, tr( "Crash recovery" ), tr( "VLMC didn't closed nicely. Do you wan't to recover your project?" ),
+ QMessageBox::StandardButton res = QMessageBox::question( this, tr( "Crash recovery" ), tr( "VLMC didn't closed nicely. Do you want to recover your project?" ),
QMessageBox::Yes | QMessageBox::No, QMessageBox::Yes );
if ( res == QMessageBox::Yes )
{
More information about the Vlmc-devel
mailing list