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 159583

Summary: I18N : "Show All Change Paths" is not from Bundle.properties
Product: versioncontrol Reporter: Masaki Katakai <masaki>
Component: MercurialAssignee: issues@versioncontrol <issues>
Status: VERIFIED FIXED    
Severity: blocker CC: jf4jbug
Priority: P2 Keywords: I18N
Version: 6.x   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:

Description Masaki Katakai 2009-03-04 07:05:31 UTC
It seems that "Show All Change Paths" is hardcoded,

mercurial/src/org/netbeans/modules/mercurial/ui/log/SearchHistoryPanel.java:

        org.openide.awt.Mnemonics.setLocalizedText(fileInfoCheckBox, "Show All Change Paths");

Could you please extract it to Bundle.properties for localization?
Comment 1 Ondrej Vrabec 2009-03-04 08:21:08 UTC
fixed

changeset   : 118672:dcc71475ebf3
author      : Ondrej Vrabec <ovrabec@netbeans.org>
date        : Wed Mar 04 09:19:18 CET 2009
summary     : #159583 - I18N : "Show All Change Paths" is not from Bundle.properties
Comment 2 Quality Engineering 2009-03-06 09:23:58 UTC
Integrated into 'main-golden', will be available in build *200903060201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/dcc71475ebf3
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #159583 - I18N : "Show All Change Paths" is not from Bundle.properties
fixing
Comment 3 Masaki Katakai 2009-03-09 04:13:25 UTC
Great! Verified on build 200903080201. Thank you for quick fix!