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