From 631d9cd711ed348699bb265b7c9333600c8636e3 Mon Sep 17 00:00:00 2001 From: Leena Miettinen Date: Wed, 7 Feb 2018 09:56:04 +0100 Subject: [PATCH] UI text: Fix grammar Change-Id: I39fd5db51e3228de34c028993416f66fce9962da Reviewed-by: Robert Loehning --- src/app/main.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/main.cpp b/src/app/main.cpp index e9a863946a3..cf33b466757 100644 --- a/src/app/main.cpp +++ b/src/app/main.cpp @@ -158,8 +158,8 @@ static inline int askMsgSendFailed() { return QMessageBox::question(0, QApplication::translate("Application","Could not send message"), QCoreApplication::translate("Application", "Unable to send command line arguments " - "to the already running instance. It appears to be not " - "responding. Do you want to start a new instance of " + "to the already running instance. It does not appear to " + "be responding. Do you want to start a new instance of " "%1?").arg(Core::Constants::IDE_DISPLAY_NAME), QMessageBox::Yes | QMessageBox::No | QMessageBox::Retry, QMessageBox::Retry);