This commit is contained in:
Peter Cottle 2013-03-07 20:11:52 -08:00
parent 068339ad21
commit b3c6b6de66

View file

@ -0,0 +1,13 @@
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'
]
}
}]
};