diff --git a/_admin.php b/_admin.php index 3eb26fd..3ba51dd 100644 --- a/_admin.php +++ b/_admin.php @@ -91,9 +91,9 @@ class tweakStoresBehaviors /* echo '
' . - '

' . __('Update an existing plugin') . '

' . - '

' . __('Put URL to a dcstore.xml file for selected plugin to update it.') . '

' . - '

' . + '

' . __('Update an existing module') . '

' . + '

' . __('Put URL to a dcstore.xml file for selected module to update it.') . '

' . + '

' . form::combo('xml_id', $combo) . '

' . '

' . diff --git a/_config.php b/_config.php index 260b8af..ee1e4b3 100644 --- a/_config.php +++ b/_config.php @@ -62,7 +62,7 @@ __('Enable plugin') . '

-

' . __('If enabled, plugin pacKman (re)generate dcstore.xml at root directory of the plugin.') .'

+

' . __('If enabled, plugin pacKman (re)generate on the fly dcstore.xml file at root directory of the module.') .'