From a3196eedb7d9199c499609e061ce1cbfe6520611 Mon Sep 17 00:00:00 2001 From: David Schulz Date: Thu, 2 Sep 2021 10:28:29 +0200 Subject: [PATCH] TextEditor: remove Function from the declaration format UI text Task-number: QTCREATORBUG-26156 Change-Id: I2ca0f8c6d6445a78b9bd5f366c51237073991fd6 Reviewed-by: Christian Kandeler --- src/plugins/texteditor/texteditorsettings.cpp | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/plugins/texteditor/texteditorsettings.cpp b/src/plugins/texteditor/texteditorsettings.cpp index 724e3efedc7..aad1ac7a62e 100644 --- a/src/plugins/texteditor/texteditorsettings.cpp +++ b/src/plugins/texteditor/texteditorsettings.cpp @@ -178,8 +178,8 @@ FormatDescriptions TextEditorSettingsPrivate::initialFormats() Format declarationFormat; declarationFormat.setBold(true); formatDescr.emplace_back(C_DECLARATION, - tr("Function Declaration"), - tr("Style adjustments to (function) declarations."), + tr("Declaration"), + tr("Style adjustments to declarations."), declarationFormat, FormatDescription::ShowAllControls); formatDescr.emplace_back(C_FUNCTION_DEFINITION,