Browse Source

[svn r19222] Fix minor language translation problem preventing parsing of language files (still has to be applied to translations)

Yannick Warnier 16 years ago
parent
commit
9504b6169c
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/external_module/external_module.php

+ 1 - 1
main/external_module/external_module.php

@@ -116,7 +116,7 @@ if(!$is_allowedToEdit)
 
 if($linkAdded)
 {
-	echo $toolid ? get_lang('LinkChanged') :get_lang('OkSentLink');
+	echo $toolid ? get_lang('LinkChanged') :sprintf(get_lang('OkSentLink'),api_get_path(WEB_COURSE_PATH).$_course['path']);
 }
 else
 {