Skip to content

Commit 9457770

Browse files
author
Arseniy Volynets
committed
correct mark/unmark actions' names
1 parent f539227 commit 9457770

File tree

1 file changed

+2
-2
lines changed
  • clion-plugin/src/main/resources/META-INF

1 file changed

+2
-2
lines changed

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

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,13 +54,13 @@
5454
</group>
5555

5656
<action id="com.huawei.utbot.cpp.actions.MarkSourceFolderAction"
57-
class="org.utbot.cpp.clion.plugin.actions.mark.MarkSourceFolderAction" text="Mark As UTBot Folders"
57+
class="org.utbot.cpp.clion.plugin.actions.mark.MarkSourceFolderAction" text="UTBot: Mark As UTBot Folders"
5858
description="Marks selected folders as UTBot folders">
5959
<add-to-group group-id="actions.UTBot.projectTree" anchor="first"/>
6060
</action>
6161

6262
<action id="com.huawei.utbot.cpp.actions.UnmarkSourceFolderAction"
63-
class="org.utbot.cpp.clion.plugin.actions.mark.UnmarkSourceFolderAction" text="Unmark UTBot Folders"
63+
class="org.utbot.cpp.clion.plugin.actions.mark.UnmarkSourceFolderAction" text="UTBot: Unmark UTBot Folders"
6464
description="Unmarks selected folders as UTBot folders">
6565
<add-to-group group-id="actions.UTBot.projectTree" relative-to-action="com.huawei.utbot.cpp.actions.MarkSourceFolderAction"
6666
anchor="after"/>

0 commit comments

Comments
 (0)