QTfrontend/ui/dialog/ask_quit.cpp
changeset 7447 01111960a48d
parent 7353 0e55228e1303
child 7631 01b599d6f72d
--- a/QTfrontend/ui/dialog/ask_quit.cpp	Thu Jul 26 21:56:47 2012 +0400
+++ b/QTfrontend/ui/dialog/ask_quit.cpp	Thu Jul 26 21:58:25 2012 +0400
@@ -35,7 +35,7 @@
     QVBoxLayout * layout = new QVBoxLayout(this);
 
     QLabel * lbLabel = new QLabel(this);
-    lbLabel->setText(QLabel::tr("There are videos that are currently being encoded.\n"
+    lbLabel->setText(QLabel::tr("There are videos that are currently being processed.\n"
                                 "Exiting now will abort them.\n"
                                 "Do yot really want to quit?"));
     layout->addWidget(lbLabel);