Changeset 3538

Show
Ignore:
Timestamp:
01/04/07 13:31:02 (6 years ago)
Author:
gregmac
Message:

Fix typo #1636

Files:

Legend:

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

    r3390 r3538  
    325325        case 'upgrade': 
    326326          if (!EXTERNAL_PACKAGE_MANAGEMENT) { 
    327             $actionstext[] = sprintf(_("%s %s will be upgraded to online verison %s"), $modules[$module]['name'], $modules[$module]['dbversion'], $modules_online[$module]['version']); 
     327            $actionstext[] = sprintf(_("%s %s will be upgraded to online version %s"), $modules[$module]['name'], $modules[$module]['dbversion'], $modules_online[$module]['version']); 
    328328          } 
    329329        break;