pcottle.learnGitBranching/src/js/dialogs/confirmShowSolution.js
Peter Cottle b3c6b6de66 dialog
2013-03-07 20:11:52 -08:00

13 lines
225 B
JavaScript

exports.dialog = {
'en_US': [{
type: 'ModalAlert',
options: {
markdowns: [
'## Are you sure you want to see the solution?',
'',
'I believe in you! You can do it'
]
}
}]
};