Skip to main content
aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorLars Vogel2020-02-04 08:19:38 +0000
committerLars Vogel2020-02-05 08:20:43 +0000
commit9cffce2ed07f6f04ae7c595543dc07ec1fbe1fcb (patch)
tree0eefd7060ecb18837e99e20926f9d2584f5cdffb
parent439ed53aab73abadad2279f7e2cab56d9c76594f (diff)
downloadeclipse.platform.debug-9cffce2ed07f6f04ae7c595543dc07ec1fbe1fcb.tar.gz
eclipse.platform.debug-9cffce2ed07f6f04ae7c595543dc07ec1fbe1fcb.tar.xz
eclipse.platform.debug-9cffce2ed07f6f04ae7c595543dc07ec1fbe1fcb.zip
Change-Id: Ic8eb6641bce888366ac1971852a5fd3035b71099 Signed-off-by: Lars Vogel <Lars.Vogel@vogella.com>
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties2
-rw-r--r--org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties8
2 files changed, 5 insertions, 5 deletions
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
index d051113f7..8277e8368 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/DebugUIMessages.properties
@@ -168,7 +168,7 @@ CodePagesPrefDialog_0=The codepage is not supported.
##############################################################
MemoryView_Memory_monitors=Monitors
MemoryBlocksTreeViewPane_0=Remove All Memory Monitors
-MemoryBlocksTreeViewPane_1=Are you sure you want to remove all memory monitors?
+MemoryBlocksTreeViewPane_1=Remove all memory monitors?
MemoryBlocksTreeViewPane_2=Remove All
MemoryView_Memory_renderings=Renderings
MemoryViewContentProvider_Unable_to_retrieve_content = Unable to retrieve content.
diff --git a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
index 798fd3ad6..80d4cdb3c 100644
--- a/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
+++ b/org.eclipse.debug.ui/ui/org/eclipse/debug/internal/ui/actions/ActionMessages.properties
@@ -47,12 +47,12 @@ RelaunchActionDelegate_An_exception_occurred_while_launching_2=An exception occu
RelaunchActionDelegate_Launch_Failed_1=Launch Failed
RemoveAllBreakpointsAction_0=Remove All Breakpoints
-RemoveAllBreakpointsAction_1=Are you sure you want to remove all breakpoints?
+RemoveAllBreakpointsAction_1=Remove all breakpoints?
RemoveAllBreakpointsAction_2=Remove Breakpoints
RemoveAllBreakpointsAction_3=&Do not ask me again.
RemoveAllBreakpointsAction_4=&Remove
RemoveAllExpressionsAction_0=Remove All Expressions
-RemoveAllExpressionsAction_1=Are you sure you want to remove all expressions?
+RemoveAllExpressionsAction_1=Remove all expressions?
RemoveBreakpointAction_0=Delete Breakpoints
RemoveBreakpointAction_1=Delete all breakpoints in the selected group(s)?
@@ -65,7 +65,7 @@ RemoveBreakpointAction_Exceptions_occurred_attempting_to_remove_a_breakpoint__5=
RemoveBreakpointAction_Removing_a_breakpoint_4=Removing a breakpoint
RemoveAllTriggerPointsAction_0=Remove All Triggerpoints
-RemoveAllTriggerPointsAction_1=Are you sure you want to remove all triggerpoints?
+RemoveAllTriggerPointsAction_1=Remove all triggerpoints?
DeleteBreakpointOperationName=Delete Breakpoint
DeleteBreakpointsOperationName=Delete Breakpoints
@@ -189,7 +189,7 @@ StepIntoAction_3=Step Into
StepOverAction_0=Step &Over
StepOverAction_3=Step Over
LaunchAction_0=Remove Configuration
-LaunchAction_1=Are you sure you want to remove {0} from the launch history?
+LaunchAction_1=Remove {0} from the launch history?
LaunchAction_2=&Do not ask me again.
RestartCommandAction__text=Rest&art
RestartCommandAction_tooltip=Restart

Back to the top