Changeset 6672

Show
Ignore:
Timestamp:
09/09/08 11:46:14 (5 years ago)
Author:
p_lindheimer
Message:

closes #3176 fix message to reflect that module will be downloaded but kept disable

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • freepbx/branches/2.5/amp_conf/htdocs/admin/page.modules.php

    r6590 r6672  
    646646              if ($vercomp < 0) { 
    647647                echo '<input type="radio" id="upgrade_'.prep_id($name).'" name="moduleaction['.prep_id($name).']" value="upgrade" /> '. 
    648                    '<label for="upgrade_'.prep_id($name).'">'.sprintf(_('Download and Upgrade to %s, and Enable'),$modules_online[$name]['version']).'</label> <br />'; 
     648                   '<label for="upgrade_'.prep_id($name).'">'.sprintf(_('Download %s, keep Disabled'),$modules_online[$name]['version']).'</label> <br />'; 
    649649              } 
    650650            }