forked from qt-creator/qt-creator
Removed strange looking dot after dotdotdot
This commit is contained in:
@@ -356,7 +356,7 @@ bool QMakeStep::isQmlDebuggingLibrarySupported(QString *reason) const
|
||||
}
|
||||
|
||||
if (reason)
|
||||
*reason = tr("Library not available. <a href='compile'>Compile...</a>.");
|
||||
*reason = tr("Library not available. <a href='compile'>Compile...</a>");
|
||||
|
||||
return false;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user