use translated text instead of hardcoded text

This commit is contained in:
Uwe Steinmann 2013-02-14 17:47:15 +01:00
parent 72d721ae57
commit 9008a7cfa9

View File

@ -147,7 +147,7 @@ function showWorkflow(selectObj) {
<?php <?php
} else { } else {
?> ?>
<p>You must first define workflow states, before adding a workflow.</p> <p><?php printMLText("workflow_no_states"); ?></p>
<?php <?php
} }
?> ?>