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 117198 - typo in cnd Bundle.properties
Summary: typo in cnd Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: cnd
Classification: Unclassified
Component: -- Other -- (show other bugs)
Version: 6.x
Hardware: All All
: P3 blocker (vote)
Assignee: Sergey Grinev
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2007-10-01 05:30 UTC by Masaki Katakai
Modified: 2007-11-02 12:55 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:30:59 UTC
Please fix these typo in cnd Bundle.properties.

./cnd/completion/src/org/netbeans/modules/cnd/completion/cplusplus/Bundle.properties
  ## documenation pane tooltips
  (documenation)

./cnd/core/src/org/netbeans/modules/cnd/editor/fortran/Bundle.properties
  LAB_KW_quote             =quiote
  (quiote)

./cnd/gotodeclaration/src/org/netbeans/modules/cnd/gotodeclaration/resources/Bundle.properties
  SEARCH_LABEL_TEXT=Seacrh for:
  (Seacrh)

./cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/api/Bundle.properties
  EXECUTABLE_AD=Path to exectuable
  (exectuable)

./cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/ui/options/Bundle.properties
  FILE_PATH_MODE_TXT=How to store file paths in a project. Always Relative mode stores paths as relative to project
root. Always Absolute mode stores paths as absolute paths. Auto mode stores paths as relative to project root if inside
project, othervise as absolute paths
  (othervise)

./cnd/makeproject/src/org/netbeans/modules/cnd/makeproject/ui/utils/Bundle.properties
  PATHPANEL_AUTO_TT=Store path as relative to project root if inside project, othervise store as absolute path
  (othervise)
Comment 2 soldatov 2007-11-02 12:55:20 UTC
verified