From 7f8adab0d0bc19b8af3460b01850bde78ecdefda Mon Sep 17 00:00:00 2001 From: Eike Ziller Date: Mon, 15 Apr 2024 09:37:53 +0200 Subject: Translations: Fix various \n, full stops, spaces Add missing full stops, remove space at beginning and end, remove end lines at end Change-Id: I4ce28f578e13e100dcfbd8ef70630462faf407fc Reviewed-by: Leena Miettinen --- src/plugins/texteditor/commentssettings.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/plugins/texteditor') diff --git a/src/plugins/texteditor/commentssettings.cpp b/src/plugins/texteditor/commentssettings.cpp index bc6f76cb4bd..d3171a94d68 100644 --- a/src/plugins/texteditor/commentssettings.cpp +++ b/src/plugins/texteditor/commentssettings.cpp @@ -106,7 +106,7 @@ CommentsSettingsWidget::CommentsSettingsWidget(const CommentsSettings::Data &set const auto commandPrefixLabel = new QLabel(Tr::tr("Doxygen command prefix:")); const QString commandPrefixToolTip = Tr::tr(R"(Doxygen allows "@" and "\" to start commands. By default, "@" is used if the surrounding comment starts with "/**" or "///", and "\" is used -if the comment starts with "/*!" or "//!)"); +if the comment starts with "/*!" or "//!".)"); commandPrefixLabel->setToolTip(commandPrefixToolTip); d->m_commandPrefixComboBox.setToolTip(commandPrefixToolTip); d->m_commandPrefixComboBox.addItem(Tr::tr("Automatic")); -- cgit v1.2.3