From 9e3c85be1dec22467081e95f1b6687093b94e2bf Mon Sep 17 00:00:00 2001 From: nbm Date: Mon, 6 Feb 2006 13:36:50 +0000 Subject: [PATCH] Add content to replace a FIXME in a descriptive text area. --- plugins/ktcore/KTDocumentActions.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/plugins/ktcore/KTDocumentActions.php b/plugins/ktcore/KTDocumentActions.php index 8247dbf..47af6e3 100644 --- a/plugins/ktcore/KTDocumentActions.php +++ b/plugins/ktcore/KTDocumentActions.php @@ -696,9 +696,9 @@ class KTDocumentWorkflowAction extends KTDocumentAction { $aVocab[$oTransition->getId()] = $oTransition->showDescription(); } $fieldOptions = array("vocab" => $aVocab); - $transition_fields[] = new KTLookupWidget(_('Transition to perform'), 'FIXME', 'fTransitionId', null, $this->oPage, true, null, $fieldErrors, $fieldOptions); + $transition_fields[] = new KTLookupWidget(_('Transition to perform'), 'The transition listed will cause the document to change from its current state to the listed destination state.', 'fTransitionId', null, $this->oPage, true, null, $fieldErrors, $fieldOptions); $transition_fields[] = new KTTextWidget( - _('Reason for transition'), _('Describe the changes made to the document.'), + _('Reason for transition'), _('Describe why this document qualifies to be changed from its current state to the destination state of the transition chosen.'), 'fComments', "", $this->oPage, true, null, null, array('cols' => 80, 'rows' => 4)); -- libgit2 0.21.4