Fixes Issue #26

This commit is contained in:
Peter Cottle 2013-02-17 10:19:13 -08:00
parent 54463c7b96
commit 09da420df0
5 changed files with 6 additions and 6 deletions

View file

@ -447,7 +447,7 @@ var NextLevelConfirm = ConfirmCancelTerminal.extend({
if (options.nextLevel) {
markdowns = markdowns.concat([
'',
'Would you like to move onto "',
'Would you like to move onto "' +
nextLevelName + '", the next level?'
]);
} else {