I have added a new bug status to mantis: pending. I get the following 
error message "APPLICATION WARNING #300: String 'pending_bug_title' not 
found." after i did the following:

1) Added define( 'PENDING',60); in mantis/core/constant_inc.php

2) Added $g_bug_pending_status = PENDING and 'pending' => '#B09FF1' in
    mantis/config_defaults_inc.php

3) Added $s_status_enum_string =
 
'10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:pending,80:resolved,90:closed';

   in mantis/lang/strings_english.txt

4) Added $g_status_enum_string  = 
'10:new,20:feedback,30:acknowledged,40:confirmed,50:assigned,60:pending,80:resolved,90:closed';
 

  in mantis/config_inc.php

Now i see the new status Pending in the dropdown, but the issue is when 
i change the status i get an error stating "APPLICATION WARNING #300: 
String 'pending_bug_title' not found"

Kindly help me fix the issue.

-------------------------------------------------------------------------
Check out the new SourceForge.net Marketplace.
It's the best place to buy or sell services for
just about anything Open Source.
http://ad.doubleclick.net/clk;164216239;13503038;w?http://sf.net/marketplace
_______________________________________________
mantisbt-help mailing list
mantisbt-help@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mantisbt-help

Reply via email to