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 212303 - [T13y] Concatenation or explanation in comment needed
Summary: [T13y] Concatenation or explanation in comment needed
Status: RESOLVED FIXED
Alias: None
Product: versioncontrol
Classification: Unclassified
Component: Localhistory (show other bugs)
Version: 7.2
Hardware: All All
: P3 normal (vote)
Assignee: Tomas Stupka
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-05-10 11:39 UTC by Antonin Nebuzelsky
Modified: 2012-05-12 09:57 UTC (History)
0 users

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 Antonin Nebuzelsky 2012-05-10 11:39:49 UTC
(1) The following strings need to be preceded by a comment line explaining what the parameter is. For "Load next" we need to provide full string in the Bundle or explain in comment what it is followed with.

localhistory/src/org/netbeans/modules/localhistory/ui/view/Bundle.properties

CTL_LocalHistoryTopComponent={0} [Local History]
LBL_Today=Today {0}
LBL_Yesterday=Yesterday {0}
LBL_LoadNext=Load next
LBL_FromVCS=from {0}
LBL_LoadingFrom=Loading history from {0} ...

(2) The following strings and the UI of the options panel need to be changed:

versioning.ui/src/org/netbeans/modules/versioning/ui/options/Bundle.properties

HistoryOptionsPanel.removeOlderRadioButton.text=&Remove Local History files older than
HistoryOptionsPanel.loadIncrementsRadioButton.text=&Increments for loading revisions:
HistoryOptionsPanel.jLabel4.text=days

to e.g. following:

&Remove Local History files older than (number of days): [ 7 ]
&Increments for loading revisions (number of days): [ 30 ]
Comment 1 Tomas Stupka 2012-05-11 12:08:56 UTC
fixed in core-main #447cb52c3862
Comment 2 Quality Engineering 2012-05-12 09:57:31 UTC
Integrated into 'main-golden', will be available in build *201205120400* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/447cb52c3862
User: Tomas Stupka <tstupka@netbeans.org>
Log: Issue #212303 - [T13y] Concatenation or explanation in comment needed