fix typo in zh_CN translate

This commit is contained in:
zhyu 2014-11-23 15:23:02 +09:00
parent a3c2b5b993
commit 14191422d2
2 changed files with 2 additions and 2 deletions

View file

@ -424,7 +424,7 @@ exports.level = {
"type": "ModalAlert", "type": "ModalAlert",
"options": { "options": {
"markdowns": [ "markdowns": [
"想完成此关,执行下操作:", "想完成此关,执行下操作:",
"", "",
"* 创建新分支 `bugFix` ", "* 创建新分支 `bugFix` ",
"* 用 `git checkout bugFix` 切换到 `bugFix`分支", "* 用 `git checkout bugFix` 切换到 `bugFix`分支",

View file

@ -380,7 +380,7 @@ exports.level = {
"beforeMarkdowns": [ "beforeMarkdowns": [
"这里,还是有两个分支;注意当前分支是 bugFix看那颗星", "这里,还是有两个分支;注意当前分支是 bugFix看那颗星",
"", "",
"我们想要把 bugfix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。", "我们想要把 bugFix 里面的工作直接移到 master 分支上。使用这个方法,两个分支的功能看起来像是按顺序开发,实际上它们是平行开发的。",
"", "",
"用 `git rebase`实现此目标" "用 `git rebase`实现此目标"
], ],