Commit b339470ed882dc57cdb7823f2cb72f9e10c2c1d5

Authored by Megan Watson
1 parent 13cfde16

Replaced space in translated text to keep the existing translations, english wil…

…l now have a double space.
PT: 2600937

Committed by: Megan Watson
lib/workflow/workflowutil.inc.php
@@ -595,7 +595,7 @@ class KTWorkflowUtil { @@ -595,7 +595,7 @@ class KTWorkflowUtil {
595 $sTransactionComments = sprintf(_kt("Workflow state changed from %s to %s"), $sSourceState, $sTargetState); 595 $sTransactionComments = sprintf(_kt("Workflow state changed from %s to %s"), $sSourceState, $sTargetState);
596 596
597 if ($sComments) { 597 if ($sComments) {
598 - $sTransactionComments .= _kt("; Reason given was:") .' '. $sComments; 598 + $sTransactionComments .= _kt("; Reason given was: ") .' '. $sComments;
599 } 599 }
600 $oDocumentTransaction = new DocumentTransaction($oDocument, $sTransactionComments, 'ktcore.transactions.workflow_state_transition'); 600 $oDocumentTransaction = new DocumentTransaction($oDocument, $sTransactionComments, 'ktcore.transactions.workflow_state_transition');
601 $oDocumentTransaction->create(); 601 $oDocumentTransaction->create();