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

Summary: T13Y: please review comments in org/netbeans/modules/masterfs/resources/Bundle.properties
Product: platform Reporter: Masaki Katakai <masaki>
Component: FilesystemsAssignee: Jaroslav Tulach <jtulach>
Status: RESOLVED FIXED    
Severity: normal CC: mmirilovic
Priority: P2    
Version: 7.2   
Hardware: All   
OS: All   
Issue Type: DEFECT Exception Reporter:
Bug Depends on:    
Bug Blocks: 213207    

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