Skip to content

Commit

Permalink
Clarify question.
Browse files Browse the repository at this point in the history
Fixes #1870
  • Loading branch information
markstory committed Dec 23, 2014
1 parent 8382ecb commit 5cf5fe5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Cake/Console/Command/Task/ModelTask.php
Expand Up @@ -926,7 +926,7 @@ public function getTable($modelName, $useDbConfig = null) {
$tableIsGood = $this->in(__d('cake_console', 'Do you want to use this table?'), array('y', 'n'), 'y');
}
if (strtolower($tableIsGood) === 'n') {
$useTable = $this->in(__d('cake_console', 'What is the name of the table?'));
$useTable = $this->in(__d('cake_console', 'What is the name of the table (without prefix)?'));
}
}
return $useTable;
Expand Down

0 comments on commit 5cf5fe5

Please sign in to comment.