new status in getOverallStatusText()

This commit is contained in:
Uwe Steinmann 2015-06-02 10:02:02 +02:00
parent 3a99d005b1
commit 86f641c3b0

View File

@ -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;