From bea44886fb26b79396d2d8ee52007da5d5b518ba Mon Sep 17 00:00:00 2001 From: Christian Stenger Date: Mon, 2 Dec 2024 09:27:48 +0100 Subject: [PATCH] Axivion: Use less irritating text Change-Id: I0930092da3940b312220670ba36d513ede18c845 Reviewed-by: Eike Ziller --- src/plugins/axivion/axivionperspective.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/plugins/axivion/axivionperspective.cpp b/src/plugins/axivion/axivionperspective.cpp index ffd1b19a42c..f175fe48871 100644 --- a/src/plugins/axivion/axivionperspective.cpp +++ b/src/plugins/axivion/axivionperspective.cpp @@ -1000,7 +1000,7 @@ void AxivionPerspective::initPerspective() auto showIssuesAct = new QAction(this); showIssuesAct->setIcon(MARKER_ICON.icon()); - showIssuesAct->setToolTip(Tr::tr("Show Inline Issues")); + showIssuesAct->setToolTip(Tr::tr("Show Issues in Editor")); showIssuesAct->setCheckable(true); showIssuesAct->setChecked(true); connect(showIssuesAct, &QAction::toggled,