Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 136479

Summary: DeleteAction's label and tooltip text aren't localized.
Product: [Tools] GEF Reporter: Jon Hatol <jonhatol>
Component: GEF-Legacy GEF (MVC)Assignee: gef-inbox <gef-inbox>
Status: RESOLVED INVALID QA Contact:
Severity: minor    
Priority: P3 CC: ahunter.eclipse, nyssen
Version: 3.2   
Target Milestone: ---   
Hardware: PC   
OS: Windows XP   
Whiteboard:

Description Jon Hatol CLA 2006-04-12 17:41:33 EDT
The following strings are used by org.eclipse.gef.ui.actions.DeleteAction but aren't localized:

    GEFMessages.DeleteAction_Label
    GEFMessages.DeleteAction_Tooltip;
Comment 1 Anthony Hunter CLA 2007-08-15 10:56:25 EDT
The strings are in messages.properties:

##############################################
# DeleteAction Class
##############################################
DeleteAction_Tooltip=Delete
DeleteAction_Label=&Delete

What is the issue?
Comment 2 Alexander Nyßen CLA 2011-01-20 13:05:24 EST
Resolving as invalid because strings are externalized and are used by DeleteAction as well as DeleteRetargetAction.