Skip to content
This repository has been archived by the owner on Mar 12, 2024. It is now read-only.

Commit

Permalink
Merge pull request #37 from watermelontools/chore/change-login-action…
Browse files Browse the repository at this point in the history
…-text

Change menu item name to avoid confusion
  • Loading branch information
Esteban Dalel R authored Oct 31, 2023
2 parents dfea562 + 233c00f commit 572f70c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
>
<add-to-group group-id="EditorPopupMenu" anchor="first"/>
</action>
<group id="WatermelonContextGroup" popup="true" text="Watermelon Context">
<group id="WatermelonContextGroup" popup="true" text="Login to Watermelon">
<add-to-group group-id="EditorPopupMenu" anchor="last"/>
<action id="myPlugin.MyAction" class="com.watermelon.context.actions.LoginAction"
text="Login to Watermelon"
Expand Down

0 comments on commit 572f70c

Please sign in to comment.