forked from qt-creator/qt-creator
UI text: make zeroconf error message clearer
Fix typo. Change-Id: Iee76e5f7a0c09d4e1d0f7c08a8c80f5bad9e5109 Reviewed-by: hjk <qthjk@ovi.com>
This commit is contained in:
@@ -1849,7 +1849,7 @@ void MainConnection::createConnection()
|
|||||||
if (m_nErrs > lib->maxErrors() || !lib->isOk()) {
|
if (m_nErrs > lib->maxErrors() || !lib->isOk()) {
|
||||||
abortLib();
|
abortLib();
|
||||||
} else if (lib->tryStartDaemon(this)) {
|
} else if (lib->tryStartDaemon(this)) {
|
||||||
appendError(ErrorMessage::WarningLevel, tr("Zeroconf using %1 daemon starting seem successful, continuing.")
|
appendError(ErrorMessage::WarningLevel, tr("Starting the Zeroconf daemon using %1 seems successful, continuing.")
|
||||||
.arg(lib->name()));
|
.arg(lib->name()));
|
||||||
} else {
|
} else {
|
||||||
appendError(ErrorMessage::WarningLevel, tr("Zeroconf using %1 failed because no daemon is running.")
|
appendError(ErrorMessage::WarningLevel, tr("Zeroconf using %1 failed because no daemon is running.")
|
||||||
@@ -1863,7 +1863,7 @@ void MainConnection::createConnection()
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
if (status() < Stopping) {
|
if (status() < Stopping) {
|
||||||
startupPhase(zeroConfLibInstance()->nFallbacksTot() + 3, tr("Succeded using %1.").arg(lib->name()));
|
startupPhase(zeroConfLibInstance()->nFallbacksTot() + 3, tr("Succeeded using %1.").arg(lib->name()));
|
||||||
appendError(ErrorMessage::NoteLevel,
|
appendError(ErrorMessage::NoteLevel,
|
||||||
tr("MainConnection could successfully create a connection using %1.")
|
tr("MainConnection could successfully create a connection using %1.")
|
||||||
.arg(lib->name()));
|
.arg(lib->name()));
|
||||||
|
Reference in New Issue
Block a user