diff options
author | Robert Loehning <[email protected]> | 2017-12-27 13:56:54 +0100 |
---|---|---|
committer | Robert Loehning <[email protected]> | 2018-01-22 11:56:01 +0000 |
commit | 63e47f903ff494870ad0a97e0e82409f96ee66f3 (patch) | |
tree | a22d4f006d3f579a1338f98128fd0dd1adf1a3f0 /src/plugins/ios/iosrunner.cpp | |
parent | 034f0209b01c3c774995e790c099bf7e422953e6 (diff) |
Improve translated strings and make them consistent
Change-Id: I88a6e6ceaa44b22539449037faa788caa9f349fc
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/plugins/ios/iosrunner.cpp')
-rw-r--r-- | src/plugins/ios/iosrunner.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/ios/iosrunner.cpp b/src/plugins/ios/iosrunner.cpp index 6681a273544..6a923be786e 100644 --- a/src/plugins/ios/iosrunner.cpp +++ b/src/plugins/ios/iosrunner.cpp @@ -270,7 +270,7 @@ void IosRunner::handleGotInferiorPid(IosToolHandler *handler, const QString &bun if (prerequisiteOk) reportStarted(); else - reportFailure(tr("Could not get necessary ports the debugger connection.")); + reportFailure(tr("Could not get necessary ports for the debugger connection.")); } void IosRunner::handleAppOutput(IosToolHandler *handler, const QString &output) |