From def065601b4425200dcdfb39070ac98c553feafc Mon Sep 17 00:00:00 2001 From: Nikita Nazarov Date: Thu, 2 Sep 2021 19:57:19 +0300 Subject: [PATCH] [debugger] Fix message from bundle GitOrigin-RevId: 4d843f9d9f597ca19b33ca31aacd2fc336a24350 --- .../openapi/resources/messages/JavaDebuggerBundle.properties | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/java/debugger/openapi/resources/messages/JavaDebuggerBundle.properties b/java/debugger/openapi/resources/messages/JavaDebuggerBundle.properties index 27b0fe1ccd35..68f8558624e7 100644 --- a/java/debugger/openapi/resources/messages/JavaDebuggerBundle.properties +++ b/java/debugger/openapi/resources/messages/JavaDebuggerBundle.properties @@ -516,4 +516,4 @@ debugger.attach.group.name.java=Java debugger.attach.group.name.java.read.only=Java Read Only debugger.memory.agent.timeout.error=Calculation timeout (heap is too large and memory agent can't execute this operation in reasonable time, it's preferable to capture the heap dump) debugger.memory.agent.loading.error=Memory agent couldn't be loaded to the VM -debugger.attach.password.for.sudo=Please enter your password to attach with su privileges: +debugger.attach.password.for.sudo=Enter your password to attach with su privileges: -- 2.32.0