Vincent DEBOUT wrote: > Hi, > > >> 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 > > Don't do that !! (At next mantis upgrade you'll lost your change). > > If you want to change a string translation use the custom_strings_inc.php > file > (http://bugtracker.morinie.fr/mantis/dokuwiki/doku.php?id=mantis:start:customization:strings_translation:change_a_string_translation) > > And in this file you must add > > $s_pending_bug_title = 'Pending Issue'; // or something else. > > Vincent > > > ------------------------------------------------------------------------- > 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 > [email protected] > https://lists.sourceforge.net/lists/listinfo/mantisbt-help
Followed your instructions. But i still get the same error message. Am i missing on some thing else. ------------------------------------------------------------------------- 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 [email protected] https://lists.sourceforge.net/lists/listinfo/mantisbt-help
