forked from qt-creator/qt-creator
Tr: Add missing full stops
Change-Id: I2debc56d0740eaa30c7d597eae18910f319c1d98 Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
This commit is contained in:
@@ -326,7 +326,7 @@ bool Bind::visit(UiInlineComponent *ast)
|
||||
if (!_currentComponentName.isEmpty()) {
|
||||
_currentComponentName += ".";
|
||||
_diagnosticMessages->append(
|
||||
errorMessage(ast, Tr::tr("Nested inline components are not supported")));
|
||||
errorMessage(ast, Tr::tr("Nested inline components are not supported.")));
|
||||
}
|
||||
_currentComponentName += ast->name.toString();
|
||||
_rootObjectValue = nullptr;
|
||||
|
||||
Reference in New Issue
Block a user