Bug 181389 - [nls] Preferences "Note:" labels should start with bold font
Summary: [nls] Preferences "Note:" labels should start with bold font
Status: ASSIGNED
Alias: None
Product: Target Management
Classification: Tools
Component: RSE (show other bugs)
Version: 2.0   Edit
Hardware: PC Linux
: P3 minor (vote)
Target Milestone: Future   Edit
Assignee: David McKnight CLA
QA Contact: Martin Oberhuber CLA
URL:
Whiteboard:
Keywords: PII
Depends on: 210154
Blocks:
  Show dependency tree
 
Reported: 2007-04-06 04:57 EDT by Martin Gutschelhofer CLA
Modified: 2010-05-27 09:26 EDT (History)
2 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Martin Gutschelhofer CLA 2007-04-06 04:57:42 EDT
The "Note:" labels in the preferences should start with bold font. As example look for other Eclipse preferences e.g. category "General"

The Remote Systems / File Cache preference shows the label: "Note: Clearing the cache closes all open remote files", whereby the font is all normal.
Comment 1 Rupen Mardirossian CLA 2007-07-05 11:20:31 EDT
After some investigation and comparison between the 'General' preference page and the 'Remote Systems Page'.  Both these labels are set accordingly 

General Preference Page : 

createNoteComposite(font, buttonComposite, WorkbenchMessages.Preference_note, 
                WorkbenchMessages.WorkbenchPreference_noEffectOnAllViews);
 
Where.... WorkbenchMessages.Preference_note = "Note: " , and 
WorkbenchMessages.WorkbenchPreference_noEffectOnAllViews = "This preference may not take effect on all values".  "Note: " is separate from the rest of the string allowing it to be bolded

Remote Systems Cache Page : 

warning.setText(FileResources.RESID_PREF_CACHE_CLEAR_WARNING_DESCRIPTION);

Where ... FileResources.RESID_PREF_CACHE_CLEAR_WARNING_DESCRIPTION = "Note: Clearing the cache closes all open remote files".  "Note: " NOT being separate from the rest of the string can not be bolded.  

In order to resolve the bug, the string "Note: " needs to be separated from the rest of the text.  Dave McKnight has informed me that it will require an mri change in order to satisfy this requirement
Comment 2 Martin Oberhuber CLA 2007-07-06 04:19:20 EDT
Marking [nls] / post-2.0.1 since apparently translatable strings need to be modified.
Comment 3 Kevin Doyle CLA 2007-11-16 17:04:44 EST
Added depends on bug 210154.  Should look at them at the same time.
Comment 4 Martin Oberhuber CLA 2008-05-07 05:13:23 EDT
Not for M7
Comment 5 Martin Oberhuber CLA 2008-05-20 18:19:10 EDT
Bulk update of target milestone