From b339470ed882dc57cdb7823f2cb72f9e10c2c1d5 Mon Sep 17 00:00:00 2001 From: Megan Watson Date: Mon, 1 Mar 2010 08:20:50 +0200 Subject: [PATCH] Replaced space in translated text to keep the existing translations, english will now have a double space. PT: 2600937 --- lib/workflow/workflowutil.inc.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/workflow/workflowutil.inc.php b/lib/workflow/workflowutil.inc.php index 8d39b8a..7333583 100644 --- a/lib/workflow/workflowutil.inc.php +++ b/lib/workflow/workflowutil.inc.php @@ -595,7 +595,7 @@ class KTWorkflowUtil { $sTransactionComments = sprintf(_kt("Workflow state changed from %s to %s"), $sSourceState, $sTargetState); if ($sComments) { - $sTransactionComments .= _kt("; Reason given was:") .' '. $sComments; + $sTransactionComments .= _kt("; Reason given was: ") .' '. $sComments; } $oDocumentTransaction = new DocumentTransaction($oDocument, $sTransactionComments, 'ktcore.transactions.workflow_state_transition'); $oDocumentTransaction->create(); -- libgit2 0.21.4