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 213277 - T13Y: please review comments in org/netbeans/modules/masterfs/resources/Bundle.properties
Summary: T13Y: please review comments in org/netbeans/modules/masterfs/resources/Bundl...
Status: RESOLVED FIXED
Alias: None
Product: platform
Classification: Unclassified
Component: Filesystems (show other bugs)
Version: 7.2
Hardware: All All
: P2 normal (vote)
Assignee: Jaroslav Tulach
URL:
Keywords:
Depends on:
Blocks: 213207
  Show dependency tree
 
Reported: 2012-05-31 07:36 UTC by Masaki Katakai
Modified: 2012-06-07 06:01 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 2012-05-31 07:36:56 UTC
Please review the comments for {0},{1},{2} arguments in

org/netbeans/modules/masterfs/resources/Bundle.properties :

# {0} = display name of the filesystem
# {1} = path of mountPoint
# {2} = display name of the filesystem, that is already mounted
EXC_AlreadyMounted=Filesystem {1}  cannot be mounted on the root {0}, because Filesystem {2} is already mounted.

   {0} is name of filesystem so, for me,
   "Filesystem {0}  cannot be mounted on the root {1}...."
   is correct.

# {0} = display name of the filesystem
# {1} = path of mountPoint
EXC_CannotMount=Filesystem {1}  cannot be mounted on the root {0}.

   {0} is name of filesystem so, for me,
   "Filesystem {0}  cannot be mounted on the root {1}"
   is correct.
Comment 1 Jaroslav Tulach 2012-06-01 18:41:54 UTC
ergonomics#31bc06795431
Comment 2 Quality Engineering 2012-06-07 06:01:19 UTC
Integrated into 'main-golden', will be available in build *201206070001* on http://bits.netbeans.org/dev/nightly/ (upload may still be in progress)
Changeset: http://hg.netbeans.org/main-golden/rev/31bc06795431
User: Jaroslav Tulach <jtulach@netbeans.org>
Log: #213277: Removing not used keys