Added zh_CN translation of confirmShowSolution

also a minor fix of level title
This commit is contained in:
Jake Chen 2013-03-09 01:44:01 +08:00
parent e2ecfef4f4
commit 3359c3742e
2 changed files with 11 additions and 1 deletions

View file

@ -8,6 +8,16 @@ exports.dialog = {
'I believe in you! You can do it'
]
}
}],
'zh_CN': [{
type: 'ModalAlert',
options: {
markdowns: [
'## 确定要看答案吗?',
'',
'哥相信你!你可以的'
]
}
}]
};