Skip to content

Commit

Permalink
Remove apply patch action text from plugin.xml
Browse files Browse the repository at this point in the history
  • Loading branch information
drazumova committed Sep 6, 2019
1 parent d459699 commit bf33ee7
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions idea-plugin/src/main/resources/META-INF/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -63,8 +63,7 @@
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift D"/>
</action>
<action id="ApplyPatchToBunchFilesAction"
class="org.jetbrains.bunches.idea.actions.ApplyChangesAction"
text="Apply main changes to all">
class="org.jetbrains.bunches.idea.actions.ApplyChangesAction">
<keyboard-shortcut keymap="$default" first-keystroke="ctrl shift P"/>
</action>
<action id="BunchCompareFilesWithLocalMainFile"
Expand Down

0 comments on commit bf33ee7

Please sign in to comment.