Skip to content

Commit 0f94c3e

Browse files
committed
Remove action prefixes in the toolwindow
1 parent 4818937 commit 0f94c3e

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

plugin/src/main/resources/META-INF/plugin.xml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
description="Locate element in the currently active editor using a locator in the tool window"
3838
icon="AllIcons.Actions.Find">
3939
<override-text place="MainMenu" text="Locate _Element" />
40+
<override-text place="ToolwindowContent" text="Locate _Element" />
4041
<synonym text="Find Element" />
4142

4243
<add-to-group group-id="FindMenuGroup" anchor="last"/>
@@ -45,6 +46,8 @@
4546
<action id="com.github.tarcv.testingteam.surveyoridea.gui.ShowNoticeAction"
4647
class="com.github.tarcv.testingteam.surveyoridea.gui.ShowNoticeAction" text="UI Surveyor: Show Licenses and Notices"
4748
icon="AllIcons.General.ShowInfos">
49+
<override-text place="ToolwindowContent" text="Show Licenses and Notices" />
50+
4851
<add-to-group group-id="HelpMenu" relative-to-action="About" anchor="before" />
4952
<add-to-group group-id="com.github.tarcv.testingteam.surveyoridea.gui.LocateToolWindow.toolbar" />
5053
</action>

0 commit comments

Comments
 (0)