Skip to content

Commit

Permalink
C++ settings: Fix missing full stop
Browse files Browse the repository at this point in the history
Change-Id: I690ac0fc6d517420db5a0116495fb40167ebedfd
Reviewed-by: Leena Miettinen <riitta-leena.miettinen@qt.io>
  • Loading branch information
e4z9 committed May 14, 2024
1 parent 6663f7c commit 902dda5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/plugins/cppeditor/cppcodestylesettingspage.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -244,7 +244,7 @@ class CppCodeStylePreferencesWidgetPrivate

sizePolicy.setVerticalPolicy(QSizePolicy::Preferred);
m_statementMacros->setToolTip(
Tr::tr("Macros that can be used as statements without a trailing semicolon"));
Tr::tr("Macros that can be used as statements without a trailing semicolon."));
m_statementMacros->setSizePolicy(sizePolicy);
const Group statementMacrosGroup {
title(Tr::tr("Statement macros")),
Expand Down

0 comments on commit 902dda5

Please sign in to comment.