diff options
| author | Eike Ziller <[email protected]> | 2023-05-26 11:52:43 +0200 |
|---|---|---|
| committer | Eike Ziller <[email protected]> | 2023-05-26 13:50:18 +0000 |
| commit | 6e7bb28f0979dea21c7ed42a34103cbaeea8123d (patch) | |
| tree | 13e5b80fb785834d80bdefbad5fc5f061806e1a1 /src/libs/qmljs/qmljsbind.cpp | |
| parent | f2c1455025805b013587c01007ce18247e909182 (diff) | |
Tr: Add missing full stops
Change-Id: I2debc56d0740eaa30c7d597eae18910f319c1d98
Reviewed-by: Leena Miettinen <[email protected]>
Diffstat (limited to 'src/libs/qmljs/qmljsbind.cpp')
| -rw-r--r-- | src/libs/qmljs/qmljsbind.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libs/qmljs/qmljsbind.cpp b/src/libs/qmljs/qmljsbind.cpp index e2143ed68ec..6ccddcbe630 100644 --- a/src/libs/qmljs/qmljsbind.cpp +++ b/src/libs/qmljs/qmljsbind.cpp @@ -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; |
