From e1d8353391c66a637d98ccdad8bfac67b5033886 Mon Sep 17 00:00:00 2001 From: Arthur Portugal Date: Sat, 4 Apr 2009 00:54:06 +0200 Subject: [PATCH] [svn r19540] Added new icon to New document (LP), see FS#3866 and FS#3917 --- main/newscorm/learnpath.class.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/main/newscorm/learnpath.class.php b/main/newscorm/learnpath.class.php index 9eac7f51f1..cbcac71e2e 100644 --- a/main/newscorm/learnpath.class.php +++ b/main/newscorm/learnpath.class.php @@ -4988,7 +4988,7 @@ class learnpath { $return .= '
'.get_lang('CreateNewStep').'
'; - $return .= '
'.get_lang("NewDocument").'
'; + $return .= '
'.'Nuevo documento '.get_lang("NewDocument").'
'; $return .= '
'.get_lang('UseAnExistingResource').'
';