summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-07 09:56:04 +0100
committerLeena Miettinen <riitta-leena.miettinen@qt.io>2018-02-07 09:29:46 +0000
commit631d9cd711ed348699bb265b7c9333600c8636e3 (patch)
tree6db9feebdddd531a09fce63ea534028b7c158a2a /src/app
parent267e9381914e69a3a7495c0e8ba6e5bbe96209c2 (diff)
downloadqt-creator-631d9cd711ed348699bb265b7c9333600c8636e3.tar.gz
UI text: Fix grammar
Change-Id: I39fd5db51e3228de34c028993416f66fce9962da Reviewed-by: Robert Loehning <robert.loehning@qt.io>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index e9a863946a..cf33b46675 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);