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 203866

Summary: I18N: "Specify Git Repository Location:" on Clone Repository dialog is hardcoded
Product: versioncontrol Reporter: Masaki Katakai <masaki>
Component: GitAssignee: Ondrej Vrabec <ovrabec>
Status: RESOLVED FIXED    
Severity: normal CC: git
Priority: P2 Keywords: I18N
Version: 7.1   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description Masaki Katakai 2011-10-17 22:36:26 UTC
Created attachment 112152 [details]
screenshot

It seems that "Specify Git Repository Location:" message on 
"Clone Repository" dialog is not extracted to Bundle.properties.

./src/org/netbeans/modules/git/ui/clone/RepositoryStepPanel.java:

        org.openide.awt.Mnemonics.setLocalizedText(jLabel1, "Specify Git Repository Location:");

Please extract it to Bundle.properties for localization. We've finished
the 1st round of translation and want to handle it in next time. So
it's nice if it will be fixed quickly. Please evaluate.
Comment 1 Ondrej Vrabec 2011-10-18 09:09:28 UTC
fix: http://hg.netbeans.org/core-main/rev/29b5e8b48081
Comment 2 Quality Engineering 2011-10-19 14:15:46 UTC
Integrated into 'main-golden'
Changeset: http://hg.netbeans.org/main-golden/rev/29b5e8b48081
User: Ondrej Vrabec <ovrabec@netbeans.org>
Log: #203866 - I18N: "Specify Git Repository Location:" on Clone Repository dialog is hardcoded