From cdc7332d11dc2e8c49458d2edef03cac7512f59a Mon Sep 17 00:00:00 2001 From: Bent Bisballe Nyeng Date: Fri, 21 Dec 2012 10:45:09 +0100 Subject: Added missing translation tag. --- client/mainwindow.cc | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) 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; } -- cgit v1.2.3