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 172210 - typo in eclipse projectimport
Summary: typo in eclipse projectimport
Status: VERIFIED FIXED
Alias: None
Product: projects
Classification: Unclassified
Component: Eclipse project importer (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Jesse Glick
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 17:37 UTC by Masaki Katakai
Modified: 2009-09-22 03:39 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:37:09 UTC
There are some typos in eclipse importer. Could you correct them?
Correcting these errors will help translation task too.

"sychronization" and "succesfully" are not correct.

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  UpdateProjectAction.problems-occurred=The following problems occurred during sychronization with Eclipse project {0}:

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  UpdateProjectAction.problems-occurred-2=The following problems occurred during sychronization with Eclipse:
[01:32:14][java3]> mgrep succesfully

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  MSG_CannotRemoveReference=Reference to project ''{0}'' was not succesfully removed.

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  MSG_ReferenceNotRemoved=Reference to JAR/Folder ''{0}'' was not succesfully removed.

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  MSG_VariableReferenceNotRemoved=Reference to variable based JAR/Folder ''{0}'' was not succesfully removed.

org/netbeans/modules/projectimport/eclipse/core/Bundle.properties:
  MSG_ContainerReferenceNotRemoved=Reference to container value ''{0}'' was not succesfully removed.
Comment 1 Jesse Glick 2009-09-15 03:41:44 UTC
core-main #f84f51bb233f
Comment 2 Quality Engineering 2009-09-18 22:38:36 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/f84f51bb233f
User: Jesse Glick <jglick@netbeans.org>
Log: #172210: typos.
Comment 3 Masaki Katakai 2009-09-22 03:39:09 UTC
Thank you very much Jesse. Verified on 200909211401.