From bcd7e63746b6f7861ed4937c38f641392c0658d8 Mon Sep 17 00:00:00 2001 From: Paula Quispe Date: Fri, 28 Apr 2017 08:57:48 -0400 Subject: [PATCH] HOR-1909 --- workflow/engine/classes/class.pmFunctions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/workflow/engine/classes/class.pmFunctions.php b/workflow/engine/classes/class.pmFunctions.php index 21cd3f060..40b00348f 100644 --- a/workflow/engine/classes/class.pmFunctions.php +++ b/workflow/engine/classes/class.pmFunctions.php @@ -3125,7 +3125,7 @@ function PMFGeti18nText($id, $category, $lang = "en") * @method * The requested text in the specified language | If not found returns false * @name PMFUnCancelCase - * @label PMF Un Cancel Case + * @label PMF Restore Case * @param string | $caseUID | ID Case | Is the unique UID of the case * @param string | $userUID | ID User | Is the unique ID of the user who will uncancel the case * @return int | $value | Return | Returns 1 if the case was successfully uncancelled, otherwise returns 0 if an error ocurred