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 - I18N : "Show All Change Paths" is not from Bundle.properties
Summary: I18N : "Show All Change Paths" is not from Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Mercurial (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2009-03-04 07:05 UTC by Masaki Katakai
Modified: 2009-03-09 04:13 UTC (History)
1 user (show)

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments

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