Changeset 28815 for extensions/AMetaData/maintain.inc.php
- Timestamp:
- Jun 27, 2014, 9:54:47 AM (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
extensions/AMetaData/maintain.inc.php
r10302 r28815 48 48 function gpcMsgError(&$errors) 49 49 { 50 $msg= sprintf(l10n('To install this plugin, you need to install Grum Plugin Classes %s before'), AMD_GPC_NEEDED);50 $msg=l10n('To install this plugin, you need to install Grum Plugin Classes %s before', AMD_GPC_NEEDED); 51 51 if(is_array($errors)) 52 52 {
Note: See TracChangeset
for help on using the changeset viewer.