diff options
author | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-12-21 10:45:09 +0100 |
---|---|---|
committer | Bent Bisballe Nyeng <deva@aasimon.org> | 2012-12-21 10:45:09 +0100 |
commit | cdc7332d11dc2e8c49458d2edef03cac7512f59a (patch) | |
tree | 7cc21175752ac9a5c50c8d2977a4fcba5289265d | |
parent | fc0e7683878ac10eb9a4675f61e6443a13ced946 (diff) |
Added missing translation tag.
-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; } |