Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.
Bug 317378 - Label datatools.core ui.modelexplorer.modelExplorerColumnDecoration" shows up in the Windows-Preferences-General-Label Decorator panel, instead of the string
Summary: Label datatools.core ui.modelexplorer.modelExplorerColumnDecoration" shows u...
Status: RESOLVED FIXED
Alias: None
Product: Data Tools
Classification: Tools
Component: Enablement (show other bugs)
Version: unspecified   Edit
Hardware: PC Windows XP
: P3 normal (vote)
Target Milestone: 1.8.1   Edit
Assignee: Brian Fitzpatrick CLA
QA Contact:
URL:
Whiteboard:
Keywords:
Depends on:
Blocks:
 
Reported: 2010-06-20 02:10 EDT by Rekha CLA
Modified: 2010-06-24 10:16 EDT (History)
0 users

See Also:


Attachments
Patch file to fix this bug (921 bytes, patch)
2010-06-23 13:35 EDT, Jane Thalen CLA
no flags Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
Description Rekha CLA 2010-06-20 02:10:18 EDT
Build Identifier: Version: 3.6.0 Build id: I20100129-1300

Steps to recreate problem:
        1- Launch "Window"->"Preferences"
        2- Go to "General" ->"Appearance" -> "label Decoration" 
You can find that the translation resource are not showing up correctly. 

I figured out what the problem is:-
The label datatools.core ui.modelexplorer.modelExplorerColumnDecoration appears in two different packages. 
1) org.eclipse.datatools.connectivity.sqm.core.ui
and 2)org.eclipse.datatools.enablement.ingres.ui

There is no corresponding string associated in the properties file for the label that appears in the org.eclipse.datatools.enablement.ingres.ui package. Whereas the corresponding string for the label in the plugin.properties file for 
org.eclipse.datatools.connectivity.sqm.core.ui 
is 
datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Column Data Type


Reproducible: Always
Comment 1 Brian Fitzpatrick CLA 2010-06-23 11:40:28 EDT
Should be able to fix this in the 1.8.1 release.
Comment 2 Brian Fitzpatrick CLA 2010-06-23 11:43:46 EDT
Have asked the Ingres folks (Jane and Ray) to take a look at this one.
Comment 3 Jane Thalen CLA 2010-06-23 13:35:54 EDT
Created attachment 172534 [details]
Patch file to fix this bug

I was able to fix this locally by editing the plugin.properties file in:
org.eclipse.datatools.enablement.ingres.ui_1.0.0.v200906111150.jar

to add: 
datatools.core.ui.modelexplorer.modelExplorerColumnDecoration = Data Tools - Ingres Column Data Type
Comment 4 Brian Fitzpatrick CLA 2010-06-24 10:16:27 EDT
Thanks for the patch Jane!

Delivered patch to o.e.d.enablement.ingres.ui as tag v201006242214