forked from qt-creator/qt-creator
UI text: Fix grammar
Change-Id: I39fd5db51e3228de34c028993416f66fce9962da Reviewed-by: Robert Loehning <robert.loehning@qt.io>
This commit is contained in:
@@ -158,8 +158,8 @@ static inline int askMsgSendFailed()
|
|||||||
{
|
{
|
||||||
return QMessageBox::question(0, QApplication::translate("Application","Could not send message"),
|
return QMessageBox::question(0, QApplication::translate("Application","Could not send message"),
|
||||||
QCoreApplication::translate("Application", "Unable to send command line arguments "
|
QCoreApplication::translate("Application", "Unable to send command line arguments "
|
||||||
"to the already running instance. It appears to be not "
|
"to the already running instance. It does not appear to "
|
||||||
"responding. Do you want to start a new instance of "
|
"be responding. Do you want to start a new instance of "
|
||||||
"%1?").arg(Core::Constants::IDE_DISPLAY_NAME),
|
"%1?").arg(Core::Constants::IDE_DISPLAY_NAME),
|
||||||
QMessageBox::Yes | QMessageBox::No | QMessageBox::Retry,
|
QMessageBox::Yes | QMessageBox::No | QMessageBox::Retry,
|
||||||
QMessageBox::Retry);
|
QMessageBox::Retry);
|
||||||
|
Reference in New Issue
Block a user