diff --git a/debug/org.eclipse.cdt.debug.ui/plugin.properties b/debug/org.eclipse.cdt.debug.ui/plugin.properties index 223dd8b463a..6611b78b407 100644 --- a/debug/org.eclipse.cdt.debug.ui/plugin.properties +++ b/debug/org.eclipse.cdt.debug.ui/plugin.properties @@ -244,6 +244,5 @@ viewMemory.label = View Memory disassemblyViewMenu.label = disassemblyViewMenu sourceNotFoundEditor.name = C/C++ Source Not Found Editor displayMode.name = displayMode -CastingCategory.description = Set of commands for typecasting variables and expressions. -CastingCategory.name = Cast to Type or ArrayCastingCategory.description = Set of commands for typecasting variables and expressions. -CastingCategory.name = Cast to Type or Array \ No newline at end of file +CastingCategory.description = Set of commands for displaying variables and expressions as other types or arrays. +CastingCategory.name = Cast to Type or Array