This Bugzilla instance is a read-only archive of historic NetBeans bug reports. To report a bug in NetBeans please follow the project's instructions for reporting issues.

Bug 148591

Summary: I18N : "Profile" is not localized on Keymap option
Product: editor Reporter: Masaki Katakai <masaki>
Component: OptionsAssignee: Vitezslav Stejskal <vstejskal>
Status: RESOLVED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: proposed patch

Description Masaki Katakai 2008-09-29 06:08:34 UTC
"Profile:" label on keymap tab of option is not localized. It seems that
loc() is not called for lProfile in the following file,

options.keymap/src/org/netbeans/modules/options/keymap/KeymapPanel.java
Comment 1 Masaki Katakai 2008-09-29 06:13:16 UTC
Created attachment 70759 [details]
proposed patch
Comment 2 Vitezslav Stejskal 2008-09-29 08:00:22 UTC
Thanks for the patch Masaki. I'll apply it.
Comment 3 Vitezslav Stejskal 2008-09-29 08:47:10 UTC
Local changeset: 4acb1db8f77b
Comment 4 Ken Frank 2008-09-29 15:32:58 UTC
I see the word Profile on keymap options window (and other items with word Profile) as coming
from a bundle file and showing from localized bundke file
in latest 6.5, so am confirming this is only about 6.1 
since its mentioned that is the platform ?

ken.frank@sun.com
Comment 5 Quality Engineering 2008-09-29 18:40:03 UTC
Integrated into 'main-golden', will be available in build *200809291401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/4acb1db8f77b
User: Vita Stejskal <vstejskal@netbeans.org>
Log: #148591: applying Masaki's patch for fixing I18N of the 'Profile' label