summaryrefslogtreecommitdiff
path: root/src/app
diff options
context:
space:
mode:
authorJure Repinc <jlp@holodeck1.com>2011-10-05 20:13:49 +0200
committerOswald Buddenhagen <oswald.buddenhagen@nokia.com>2011-10-05 20:14:59 +0200
commitfa4db8d045f0cb9c38a738e4e30e935a9c3345a8 (patch)
tree891c9feaa1091e2efc7b976dd3bb85f1bd281ea0 /src/app
parentfd4078f9633df169ba82aaf2ec7b971610efe0aa (diff)
downloadqt-creator-fa4db8d045f0cb9c38a738e4e30e935a9c3345a8.tar.gz
Fixed some typos and added some missing ellipises
During translation into Slovenian I noticed some typos in original string. For example some missing ellipsis characters and some incorrectly spelled MeeGo names (as Meego) Change-Id: I48eaa95303f1e82ab9893f713056382e8daaef41 Merge-request: 2200 Reviewed-by: Oswald Buddenhagen <oswald.buddenhagen@nokia.com>
Diffstat (limited to 'src/app')
-rw-r--r--src/app/main.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/app/main.cpp b/src/app/main.cpp
index dc3f22ed49..fbed44dac7 100644
--- a/src/app/main.cpp
+++ b/src/app/main.cpp
@@ -146,7 +146,7 @@ static inline QString msgCoreLoadFailure(const QString &why)
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."
+ 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 Creator?"),
QMessageBox::Yes | QMessageBox::No | QMessageBox::Retry,
QMessageBox::Retry);