forked from qt-creator/qt-creator
Axivion: Use less irritating text
Change-Id: I0930092da3940b312220670ba36d513ede18c845 Reviewed-by: Eike Ziller <eike.ziller@qt.io>
This commit is contained in:
@@ -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,
|
||||
|
Reference in New Issue
Block a user