Removed strange looking dot after dotdotdot

This commit is contained in:
Thorbjørn Lindeijer
2011-02-22 14:24:11 +01:00
parent d652c21181
commit 7bcc917681

View File

@@ -356,7 +356,7 @@ bool QMakeStep::isQmlDebuggingLibrarySupported(QString *reason) const
} }
if (reason) if (reason)
*reason = tr("Library not available. <a href='compile'>Compile...</a>."); *reason = tr("Library not available. <a href='compile'>Compile...</a>");
return false; return false;
} }