BUG 8313 was changed text upon request

This commit is contained in:
Alvaro Campos
2012-01-27 18:07:56 -04:00
parent 58fbd0f8c2
commit 6784b71736

View File

@@ -706,7 +706,7 @@ function run_new_plugin($task, $args) {
// savePluginFile($pluginName . PATH_SEP . 'report.xml', 'pluginReport.xml', $pluginName, $pluginName, $fields);
//}
$report = strtolower(prompt('Create a PmFunction Class for extend Processmaker [y/N]'));
$report = strtolower(prompt('Create a PmFunction Class for extending Processmaker [y/N]'));
if( $report == 'y' ) {
$fields['PmFunction'][] = array (
'className' => $pluginName