Resolution: No change Required

General discussion of Mantis.

Moderators: Developer, Contributor

Post Reply
Yuhd
Posts: 27
Joined: 20 Nov 2012, 22:01

Resolution: No change Required

Post by Yuhd »

Hello,
When we want to Close Issue, we are redirected to the page bug_change_status_page.php.
Here, we have to chose the type of Resolution: whether it is (Fixed,Reopened,unable to reproduce, not fixable,duplicate,no change required,suspended, won't fixed)
I'm wondering whether we can modify the name of these items.
Sample:No change Required --> Out of scope.

Thanks
Yuhd
Posts: 27
Joined: 20 Nov 2012, 22:01

Re: Resolution: No change Required

Post by Yuhd »

I've solved it as follows:
Go to the page :

Code: Select all

lang\strings_english.txt
(Or the page of your lanquage)
Search the line 330

Code: Select all

$s_resolution_enum_string = '10:open,20:fixed,30:reopened,40:unable to reproduce,50:not fixable,60:duplicate,70:No change required,80:suspended,90:won\'t fix';
And modify the item in question.
Post Reply