mirror of
https://git.code.sf.net/p/seeddms/code
synced 2024-11-26 15:32:13 +00:00
new status in getOverallStatusText()
This commit is contained in:
parent
3a99d005b1
commit
86f641c3b0
|
@ -307,6 +307,9 @@ function getOverallStatusText($status) { /* {{{ */
|
|||
case S_IN_REVISION:
|
||||
return getMLText("in_revision");
|
||||
break;
|
||||
case S_DRAFT:
|
||||
return getMLText("draft");
|
||||
break;
|
||||
default:
|
||||
return getMLText("status_unknown");
|
||||
break;
|
||||
|
|
Loading…
Reference in New Issue
Block a user