GI-158 Implement multilanguage labels

This commit is contained in:
Dante
2015-12-09 11:18:05 -04:00
parent 81f3e3e589
commit 7406a46264
3 changed files with 11 additions and 11 deletions

View File

@@ -2469,7 +2469,7 @@ class Cases
}
if (count($processList) == 0) {
$processList['success'] = 'failure';
$processList['message'] = G::LoadTranslation('ID_USER_PROCESS_NOT_START');
$processList['message'] = G::LoadTranslation('ID_NOT_HAVE_BOOKMARKED_PROCESSES');
}
return $processList;