diff options
-rw-r--r-- | src/dialog.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/dialog.cpp b/src/dialog.cpp index cfb3fae..6820e49 100644 --- a/src/dialog.cpp +++ b/src/dialog.cpp @@ -67,7 +67,7 @@ void Dialog::on_treeView_activated(QModelIndex index) { } else { QMessageBox::warning( this, trUtf8("vmchooser"), - trUtf8("Vmchooser failed to run the selected session!"); + trUtf8("Vmchooser failed to run the selected session!")); } } |