From aedd9f7b1c50dab78885ea69580b69349aa78936 Mon Sep 17 00:00:00 2001 From: Björn Hagemeister Date: Wed, 17 Sep 2014 15:27:52 +0200 Subject: Added missing translation. --- src/server/mainwindow/mainwindow.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/server/mainwindow/mainwindow.cpp') diff --git a/src/server/mainwindow/mainwindow.cpp b/src/server/mainwindow/mainwindow.cpp index d48e32c..854d921 100644 --- a/src/server/mainwindow/mainwindow.cpp +++ b/src/server/mainwindow/mainwindow.cpp @@ -578,7 +578,7 @@ void MainWindow::onPlaceFrame(bool activateTrash, ConnectionFrame* frame) } else { - int ret = QMessageBox::question(this, "Warning", "Sure, You want to delete selected client?", 0, 1, 2); + int ret = QMessageBox::question(this, "Warning", tr("Sure, You want to delete selected client?"), 0, 1, 2); if (ret == 1) { frame->hide(); -- cgit v1.2.3-55-g7522