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 172190 - typo in profiler Bundle.properties
Summary: typo in profiler Bundle.properties
Status: VERIFIED FIXED
Alias: None
Product: profiler
Classification: Unclassified
Component: Base (show other bugs)
Version: 6.x
Hardware: All All
: P2 blocker (vote)
Assignee: issues@profiler
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2009-09-14 15:26 UTC by Masaki Katakai
Modified: 2009-09-22 03:36 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 15:26:37 UTC
There are some typo in profiler. Could you correct them?
Correcting these errors will help translation task too.

"direcory", "exectution", "Overriden", "ocurred" are not correct.

org/netbeans/modules/profiler/actions/Bundle.properties:
  MSG_ProblemSelectingRootMethods=Cannot get list of methods for selected item. This can happen for items placed in
directory other than project sources direcory (typically /src and /web). If so, please select appropriate item in
project sources directory.

org/netbeans/modules/profiler/actions/Bundle.properties:
  MSG_ProblemAddingRootMethod=Cannot add selected method as a root method. This can happen for items placed in directory
other than project sources direcory (typically /src and /web). If so, please select appropriate item in project sources
directory.

org/netbeans/modules/profiler/actions/Bundle.properties:
  MSG_ProblemAddingCodeFragment=Cannot add selected method as a code fragment. This can happen for items placed in
directory other than project sources direcory (typically /src and /web). If so, please select appropriate item in
project sources directory.

org/netbeans/modules/profiler/attach/panels/Bundle.properties:
  TargetSettingsWizardPanelUI_DirectHelpString=Choose <strong>Direct</strong> attach to start JVM of the {0} and block
its exectution until the profiler connects.

org/netbeans/modules/profiler/Bundle.properties:
  ExportAction_IOException_Exporting_Msg=<html>IOException ocurred during export, see IDE log for details</html>

org/netbeans/modules/profiler/actions/Bundle.properties:
  AntActions_InvalidJavaplatformMsg=Failed to determine overriden platform\: {0}

org/netbeans/modules/profiler/Bundle.properties:
  SnapshotInfoPanel_OverridenGlobalPropertiesString=Overriden Global Properties\:

org/netbeans/modules/profiler/ui/stp/Bundle.properties:
  SelectProfilingTask_WorkDirInvalidMsg=Overriden application working directory is invalid and will not be used.
Comment 1 Jiri Sedlacek 2009-09-14 16:08:10 UTC
Thanks for catching the typos!

Fixed in profiler-main: http://hg.netbeans.org/profiler-main/rev/cf3d546d775a
Comment 2 Quality Engineering 2009-09-18 22:38:59 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/cf3d546d775a
User: Jiri Sedlacek <jis@netbeans.org>
Log: Bugfix #172190 - fixed various typos in profiler
Comment 3 Masaki Katakai 2009-09-22 03:36:21 UTC
Thank you very much Jiri!

Verified on 200909211401.