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 - I18N : "Profile" is not localized on Keymap option
Summary: I18N : "Profile" is not localized on Keymap option
Status: RESOLVED FIXED
Alias: None
Product: editor
Classification: Unclassified
Component: Options (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: Vitezslav Stejskal
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-09-29 06:08 UTC by Masaki Katakai
Modified: 2008-09-29 18:40 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
proposed patch (1.17 KB, patch)
2008-09-29 06:13 UTC, Masaki Katakai
Details | Diff

Note You need to log in before you can comment on or make changes to this bug.
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