diff options
Diffstat (limited to 'client')
-rw-r--r-- | client/mainwindow.cc | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/mainwindow.cc b/client/mainwindow.cc index bd8055e..cfbc1d4 100644 --- a/client/mainwindow.cc +++ b/client/mainwindow.cc @@ -242,7 +242,8 @@ void MainWindow::closeEvent(QCloseEvent *event) } if(hasOpen(NULL)) { - MessageBox::warning(this, "Close first.", "Close open macros first."); + MessageBox::warning(this, tr("Close first."), + tr("Close open macros first.")); event->ignore(); return; } |