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 165495

Summary: I18N : "Path" and "Local path to the project" are not from bundle
Product: versioncontrol Reporter: Masaki Katakai <masaki>
Component: CodeAssignee: 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-05-19 13:41:49 UTC
It seems that "Path" and "Local path to the project" are hardcoded.

versioning.util/src/org/netbeans/modules/versioning/util/projects/ProjectsView.java:
            columns[0] = new ColumnDescriptor<String>(ProjectNode.PROPERTY_NAME_PATH, String.class, "Path", "Local path
to the project");  // NOI18N
Comment 1 Tomas Stupka 2009-05-19 14:22:19 UTC
fixed

changeset   : 132323:426269696382
author      : Tomas Stupka <tstupka@netbeans.org>
date        : Tue May 19 15:22:03 CEST 2009
Comment 2 Quality Engineering 2009-05-20 07:33:00 UTC
Integrated into 'main-golden', will be available in build *200905200201* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/426269696382
User: Tomas Stupka <tstupka@netbeans.org>
Log: #165495 - I18N : "Path" and "Local path to the project" are not from bundle
Comment 3 Masaki Katakai 2009-05-20 12:03:15 UTC
Thank you Tomas for fixing quickly!

I verified on build 200905200201.