Browse Source

Minor - Updated icon label to make it more explicit

ywarnier 14 years ago
parent
commit
54566ee3d9
1 changed files with 1 additions and 1 deletions
  1. 1 1
      main/newscorm/lp_list.php

+ 1 - 1
main/newscorm/lp_list.php

@@ -453,7 +453,7 @@ if (is_array($flat_list)) {
                 if ($details['autolaunch'] == 1 && $autolunch_exists == false) {  
                     $autolunch_exists = true;                            
                     $lp_auto_lunch_icon = '<a href="'.api_get_self().'?'.api_get_cidreq().'&action=auto_launch&status=0&lp_id='.$id.'">
-                        <img src="../img/launch.png" border="0" title="'.get_lang('EnableLPAutoLaunch').'" /></a>'; 
+                        <img src="../img/launch.png" border="0" title="'.get_lang('DisableLPAutoLaunch').'" /></a>'; 
                 } else {
                     $lp_auto_lunch_icon = '<a href="'.api_get_self().'?'.api_get_cidreq().'&action=auto_launch&status=1&lp_id='.$id.'">
                         <img src="../img/launch_na.png" border="0" title="'.get_lang('EnableLPAutoLaunch').'" /></a>';