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

@ -10341,7 +10341,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 {
@ -24940,7 +24940,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 {