diff --git a/java/java-frontback-impl/resource/messages/JavaFrontbackBundle.properties b/java/java-frontback-impl/resource/messages/JavaFrontbackBundle.properties index aafde9d860bf..bae0de912a54 100644 --- a/java/java-frontback-impl/resource/messages/JavaFrontbackBundle.properties +++ b/java/java-frontback-impl/resource/messages/JavaFrontbackBundle.properties @@ -7,8 +7,8 @@ notification.text.truncated.thread.dump.was.successfully.copied.to.clipboard=Tru action.description.show.only.threads.containing.a.specific.string=Show only threads containing a specific string action.text.merge.identical.stacktraces=Merge Identical Stacktraces action.description.group.threads.with.identical.stacktraces=Group threads with identical stacktraces -action.text.group.dump.items=Group Virtual Threads -action.description.group.dump.items=Group virtual threads in thread containers +action.text.group.dump.items=Show in Groups +action.description.group.dump.items=Show in groups action.text.show.only.platform.threads=Show only platform threads action.description.show.only.platform.threads=Show only platform threads thread.dump.loading.text=Loading\u2026 diff --git a/plugins/kotlin/jvm-debugger/coroutines/resources/messages/KotlinDebuggerCoroutinesBundle.properties b/plugins/kotlin/jvm-debugger/coroutines/resources/messages/KotlinDebuggerCoroutinesBundle.properties index bf64d668417d..0df6148ededf 100644 --- a/plugins/kotlin/jvm-debugger/coroutines/resources/messages/KotlinDebuggerCoroutinesBundle.properties +++ b/plugins/kotlin/jvm-debugger/coroutines/resources/messages/KotlinDebuggerCoroutinesBundle.properties @@ -30,4 +30,5 @@ optimised.variable.message={0} was optimised out to.enable.information.breakpoint.suspend.policy.should.be.set.to.all.threads=To enable information breakpoint suspend policy should be set to 'All' threads. -dump.item.coroutine.tooltip=Coroutine \ No newline at end of file +dump.item.coroutine.tooltip=Coroutine +dump.item.dumped.coroutines.tooltip=Dumped coroutines \ No newline at end of file