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 268807

Summary: bad grammar in Refactor-Rename dialog
Product: ide Reporter: jakemono <jakemono>
Component: CodeAssignee: issues@ide <issues>
Status: NEW ---    
Severity: normal Keywords: SIMPLEFIX, UI
Priority: P3    
Version: 8.2   
Hardware: PC   
OS: Windows 7   
Issue Type: DEFECT Exception Reporter:
Attachments: screenshot

Description jakemono 2016-11-03 15:45:00 UTC
Product Version = NetBeans IDE 8.2 (Build 201609300101)
Operating System = Windows 7 version 6.1 running on amd64
Java; VM; Vendor = 1.8.0_101
Runtime = Java HotSpot(TM) 64-Bit Server VM 25.101-b13

Reproducibility: Happens every time

STEPS:
  * Create file OldClass.php
  * Open OldClass.php
  * Create class OldClass in file OldClass.php
  * Highlight "oldClass" (class name) in file, right click and select Refactor\Rename (Ctrl+R)
  * Rename dialog opens.  

ACTUAL:
  Dialog contains a checkbox for "Rename Also File With the Declaration" (bad grammar/spelling)

EXPECTED:
  Dialog should say "Also Rename File With the Declaration" or better yet, "Also rename file containing renamed class."
Comment 1 jakemono 2016-11-03 15:48:56 UTC
Created attachment 162751 [details]
screenshot