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 - bad grammar in Refactor-Rename dialog
Summary: bad grammar in Refactor-Rename dialog
Status: NEW
Alias: None
Product: ide
Classification: Unclassified
Component: Code (show other bugs)
Version: 8.2
Hardware: PC Windows 7
: P3 normal (vote)
Assignee: issues@ide
URL:
Keywords: SIMPLEFIX, UI
Depends on:
Blocks:
 
Reported: 2016-11-03 15:45 UTC by jakemono
Modified: 2016-11-03 15:48 UTC (History)
0 users

See Also:
Issue Type: DEFECT
Exception Reporter:


Attachments
screenshot (36.43 KB, image/png)
2016-11-03 15:48 UTC, jakemono
Details

Note You need to log in before you can comment on or make changes to this bug.
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