forked from qt-creator/qt-creator
Improved translated strings
Change-Id: I92e2a87d063894d4992451ee0e9fe2a99d298eb2 Reviewed-by: Friedemann Kleint <Friedemann.Kleint@nokia.com>
This commit is contained in:
committed by
Friedemann Kleint
parent
2af6aa1575
commit
ac8150624a
@@ -113,7 +113,7 @@ void RemoteLinuxQmlProfilerRunner::getPorts()
|
||||
m_port = 0;
|
||||
emit stopped();
|
||||
} else {
|
||||
emit appendMessage(tr("Starting remote process ...\n"), Utils::NormalMessageFormat);
|
||||
emit appendMessage(tr("Starting remote process...\n"), Utils::NormalMessageFormat);
|
||||
QString arguments = m_arguments;
|
||||
if (!arguments.isEmpty())
|
||||
arguments.append(QLatin1Char(' '));
|
||||
|
||||
Reference in New Issue
Block a user