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 117197 - typo in uml Bundle.properties
Summary: typo in uml Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: uml
Classification: Unclassified
Component: General (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Craig Conover
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 05:26 UTC by Masaki Katakai
Modified: 2007-10-05 23:07 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 Masaki Katakai 2007-10-01 05:26:55 UTC
Please fix these typo in uml/ Bundle.properties.

./uml/codegen/src/org/netbeans/modules/uml/codegen/action/ui/Bundle.properties
  ACSD_PromptDialog=Enabling this checkbox will force this dialog to display everytime Generate Code action is exectued.
  (exectued)

./uml/codegen/src/org/netbeans/modules/uml/codegen/ui/Bundle.properties
  jLabel4.text_1=Stereoype\:
  (Stereoype)

./uml/core/src/org/netbeans/modules/uml/core/reverseengineering/reintegration/Bundle.properties
  ACSD_NoButton=Prevents the current element from being overwritten and continues to prompt for overwiting remaining
existing elements.
  (overwiting)

./uml/core/src/org/netbeans/modules/uml/core/reverseengineering/reintegration/Bundle.properties
  ACSD_YesButton=Overwrites the current element and continues to prompt for overwiting remaining existing elements.
  (overwiting)

./uml/core/src/org/netbeans/modules/uml/core/roundtripframework/requestprocessors/javarpcomponent/Bundle.properties
  IDS_JRT_INTERFACE_REIMPLEMENTED = The implemenation cannot be created.  The interface that is being implemented has
already been implemented.
  (implemenation)

./uml/core/src/org/netbeans/modules/uml/ui/addins/reguiaddin/Bundle.properties
  IDS_WIZARD_SUBTITLE_LIBRARIES=Select the languages to use when descovering classes.
  (descovering)

./uml/designpattern/src/org/netbeans/modules/uml/designpattern/Bundle.properties
      an empty directory, or create a new directroy from within this dialog.
  (directroy)

./uml/documentation/src/org/netbeans/modules/uml/documentation/Bundle.properties
  Provides a control to view and modify the documenation of a model element. \
  (documenation)

./uml/documentation/src/org/netbeans/modules/uml/documentation/Bundle.properties
  The docuemenation control provides rich text editing and stores the formated \
  (docuemenation)

./uml/doorsrequirements/src/org/netbeans/modules/uml/requirements/doorsprovider/Bundle.properties
  A requirements provider that uses DOORS to persist requirments. \
  (requirments)

./uml/doorsrequirements/src/org/netbeans/modules/uml/requirements/doorsprovider/Bundle.properties
  OpenIDE-Module-Short-Description=A requirements provider that uses DOORS to persist requirments.
  (requirments)

./uml/ideintegration/src/org/netbeans/modules/uml/integration/Bundle.properties
      an empty directory, or create a new directroy from within this dialog.
  (directroy)

./uml/propertysupport/src/org/netbeans/modules/uml/propertysupport/nodes/Bundle.properties
  ## display name of prefernces node under Tools|Options
  (prefernces)

./uml/requirements/src/org/netbeans/modules/uml/requirements/Bundle.properties
  The requirmenets framework allows requirements providers to interact with the model. \
  (requirmenets)

./uml/xmlrequirements/src/org/netbeans/modules/uml/requirements/xmlprovider/Bundle.properties
  A requirements provider that uses an XML file to persist requirments. \
  (requirments)

./uml/xmlrequirements/src/org/netbeans/modules/uml/requirements/xmlprovider/Bundle.properties
  OpenIDE-Module-Short-Description=A requirements provider that uses an XML file to persist requirments.
  (requirments)
Comment 1 Craig Conover 2007-10-02 00:52:21 UTC
Fixed all typos.
Comment 2 Peter Lam 2007-10-05 23:07:38 UTC
verified in trunk as of today.