From bebc49da06bd5731cf2aec733469c47b61955fe8 Mon Sep 17 00:00:00 2001 From: Mikhail Khodjaiants Date: Tue, 19 Aug 2003 17:37:36 +0000 Subject: [PATCH] "Restore Default Type" changed to "Restore Original Type". --- debug/org.eclipse.cdt.debug.ui/ChangeLog | 3 +++ debug/org.eclipse.cdt.debug.ui/plugin.properties | 4 ++-- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/debug/org.eclipse.cdt.debug.ui/ChangeLog b/debug/org.eclipse.cdt.debug.ui/ChangeLog index 4ebf0e5cc2c..61374617e8e 100644 --- a/debug/org.eclipse.cdt.debug.ui/ChangeLog +++ b/debug/org.eclipse.cdt.debug.ui/ChangeLog @@ -1,3 +1,6 @@ +2003-08-19 Mikhail Khodjaiants + * plugin.properties: "Restore Default Type" changed to "Restore Original Type". + 2003-08-13 Mikhail Khodjaiants * CDebugImages.java: new images for the 'Cast to type" and 'Display As Array' dialogs * CastToTypeActionDelegate.java: new image diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index 65f89639525..b6809bf8562 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -69,8 +69,8 @@ SignalZeroAction.label=Resume Without Signal CastToTypeAction.label=Cast To Type... CastToTypeAction.tooltip=Cast Varibale To Type -RestoreDefaultTypeAction.label=Restore Default Type -RestoreDefaultTypeAction.tooltip=Restore Default Type Of Variable +RestoreDefaultTypeAction.label=Restore Original Type +RestoreDefaultTypeAction.tooltip=Restore Original Type Of Variable CastToArrayAction.label=Display As Array... CastToArrayAction.tooltip=Display Variable As Array