Переглянути джерело

Minor translation variable change

Yannick Warnier 13 роки тому
батько
коміт
984cd586a8
1 змінених файлів з 1 додано та 1 видалено
  1. 1 1
      main/newscorm/resourcelinker.inc.php

+ 1 - 1
main/newscorm/resourcelinker.inc.php

@@ -597,7 +597,7 @@ function display_addedresource_link_in_learnpath($type, $id, $completed, $id_in_
             }
             if (($builder != 'builder') && ($icon != 'wrap')) { echo "</td><td>"; }
 
-            if ($myrow["forum_name"]=='') { $type="Forum"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('step_deleted2')."</span>"; return(true); }
+            if ($myrow["forum_name"]=='') { $type="Forum"; echo "<span class='messagesmall'>".get_lang('StepDeleted1')." $type ".get_lang('StepDeleted2')."</span>"; return(true); }
 
             if ($icon == 'nolink') { return(shorten($myrow['forum_name'], $length)); }
             if ($icon == 'icon') { echo "<img src='../img/forum.gif' align=\"absmiddle\" alt='forum'>"; }