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 172205 - typo in maven Bundle.properties
Summary: typo in maven Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Maven (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: David Simonek
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 17:18 UTC by Masaki Katakai
Modified: 2009-09-22 04:04 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 Masaki Katakai 2009-09-14 17:19:16 UTC
There are some typos in maven modules. Could you correct them?
Correcting these errors will help translation task too.

"funtion", "Devepoment", "fololwing", "overriden" are not correct.

org/netbeans/modules/maven/Bundle.properties:
  DESC_Problem_Broken_Config=The $project_basedir/nb-configuration.xml file cannot be parsed. The information contained
in the file will be ignored until fixed. It has impact on several features in the IDE that will not funtion properly as
a result.\n\n The parsing exception follows:\n{0}

org/netbeans/modules/maven/customizer/Bundle.properties:
  DESC_Problem_Broken_Actions=The $project_basedir/nbactions.xml file cannot be parsed. The information contained in the
file will be ignored until fixed. It has impact on several features in the IDE that will not funtion properly as a
result.\n\n The parsing exception follows:\n{0}

org/netbeans/modules/maven/problems/Bundle.properties:
  ERR_MissingApisupportModule=Maven NetBeans Devepoment support module missing

org/netbeans/modules/maven/hints/pom/Bundle.properties:
  MoveToDependencyManagementPanel.jLabel1.text=<html>Move selected dependencies into the DependencyManagement section in
the fololwing pom.xml file:

org/netbeans/modules/maven/graph/Bundle.properties:
  TIP_VersionWarning=Warning, overriden by {0} version required by {1}
Comment 1 David Simonek 2009-09-15 12:07:35 UTC
OK, thanks for the report, but lowering to P3, as this is nowhere near P2, I think it's more like P4. Also, for such
trivial fixes, why don't you fix yourself? That would help us, although I admit I don't know if you have commit right or
if some policy doesn't prevent you to provide patches. oh, anyway...
Comment 2 David Simonek 2009-09-15 12:45:12 UTC
fixed:
851a3ee757d6
Comment 3 Masaki Katakai 2009-09-16 00:16:01 UTC
Thank you Dafe for the quick fix!

Sorry for the confusion about the bug priority. I needed to
think about it for these kind of issue which are just typo
but will cause some impacts to localization.

I'll try to provide a patch next time. I have a commit right
and integrate localization files. But I'm not familiar with dev process.
Comment 4 Quality Engineering 2009-09-18 22:23:51 UTC
Integrated into 'main-golden', will be available in build *200909181401* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/851a3ee757d6
User: Dafe Simonek <dsimonek@netbeans.org>
Log: #172205: l9n typos in bundles fixed
Comment 5 Masaki Katakai 2009-09-22 04:04:47 UTC
Verified on 200909211401. Thank you!