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 151409 - I18N - Label "<filename> [Diff]" should be localizable
Summary: I18N - Label "<filename> [Diff]" should be localizable
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Code (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: issues@versioncontrol
URL:
Keywords: I18N
Depends on:
Blocks:
 
Reported: 2008-10-27 07:50 UTC by Ashizawa Kazunori
Modified: 2009-02-19 23:22 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 Ashizawa Kazunori 2008-10-27 07:50:24 UTC
Product Version: NetBeans IDE 6.5 RC2 (Build 200810270001)
Java: 1.6.0_10; Java HotSpot(TM) Client VM 11.0-b15
System: SunOS version 5.11 running on sparc; UTF-8; en_US (nb)

I18N - Label "<filename> [Diff]" should be localizable

versioning/src/org/netbeans/modules/versioning/diff/DiffSidebar.java
            tc.setName(fileObject.getNameExt() + " [Diff]"); // NOI18N

This label is visible to users, so it should be localizable.

By the way, there are similar labels to this one.

mercurial/src/org/netbeans/modules/mercurial/ui/diff/Bundle.properties
  CTL_DiffPanel_Title = {0} [ Diff ]
mercurial/build/classes/org/netbeans/modules/mercurial/ui/diff/Bundle.properties
  CTL_DiffPanel_Title = {0} [ Diff ]
subversion/src/org/netbeans/modules/subversion/ui/diff/Bundle.properties
  CTL_DiffPanel_Title = {0} [ Diff ]
subversion/build/classes/org/netbeans/modules/subversion/ui/diff/Bundle.properties
  CTL_DiffPanel_Title = {0} [ Diff ]
Comment 1 Tomas Stupka 2008-11-28 11:38:15 UTC
fixed 

changeset:   109892:81c2fb0de926
tag:         tip
user:        Tomas Stupka <tstupka@netbeans.org>
date:        Fri Nov 28 12:36:21 2008 +0100
summary:     #151409 - I18N - Label "<filename> [Diff]" should be localizable
Comment 2 Quality Engineering 2008-11-30 17:09:30 UTC
Integrated into 'main-golden', will be available in build *200811301401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main/rev/81c2fb0de926
User: Tomas Stupka <tstupka@netbeans.org>
Log: #151409 - I18N - Label "<filename> [Diff]" should be localizable