status string fix
This commit is contained in:
parent
7fa44bc2aa
commit
a49df7ad9e
@ -1,11 +1,11 @@
|
||||
<?php
|
||||
switch( $g_active_language ) {
|
||||
default: # english
|
||||
$s_status_enum_string = '10:new,20:feedback,25:needinfo,30:acknowledged,40:confirmed,50:assigned,60:testing,80:resolved,90:closed';
|
||||
$s_status_enum_string = '10:new,20:feedback,25:needinfo,30:acknowledged,40:confirmed,50:assigned,80:resolved,90:closed';
|
||||
|
||||
$s_testing_bug_title = 'Mark issue as Need Information';
|
||||
$s_testing_bug_button = 'Need Information';
|
||||
$s_needinfo_bug_title = 'Mark issue as Need Information';
|
||||
$s_needinfo_bug_button = 'Need Information';
|
||||
|
||||
$s_email_notification_title_for_status_bug_testing = 'The following issue has been set to NEEDINFO';
|
||||
$s_email_notification_title_for_status_bug_needinfo = 'The following issue has been set to NEEDINFO';
|
||||
break;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user