can't modify option text in "projection" of bugs

Post about your customizations to share with others.

Moderators: Developer, Contributor

Post Reply
adkantor
Posts: 1
Joined: 14 Mar 2007, 16:53

can't modify option text in "projection" of bugs

Post by adkantor »

Hi
I use mantis 1.0.0

Trying to customize the text of the options in the "Projection" select form field

I tried modifying the config_inc.php:

$g_projection_enum_string = '10:NEW TEXT HERE,30:tweak,50:minor fix,70:major rework,90:redesign';

but the new text is not showing up, unless I leave out the "10:", which case it shows up as @NEW TEXT HERE@

What am I doing wrong or not sufficient?

Thanks
ed
Posts: 143
Joined: 14 Feb 2005, 02:04
Location: Sydney, Australia

Post by ed »

you also need to alter your strings.txt file:

http://www.mantisbt.org/manual/manual.c ... ations.php
Post Reply