From fffbb33b1db3e7c4441c06c350fcce6ac959fe28 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B0=AD=E4=B9=9D=E9=BC=8E?= <109224573@qq.com> Date: Sun, 25 Mar 2018 23:03:11 +0800 Subject: [PATCH] fix typo --- src/js/intl/strings.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/js/intl/strings.js b/src/js/intl/strings.js index 628a403e..a96261b8 100755 --- a/src/js/intl/strings.js +++ b/src/js/intl/strings.js @@ -216,7 +216,7 @@ exports.strings = { 'git-error-origin-fetch-no-ff': { '__desc__': 'One of the error messages for git', 'en_US': 'Your origin branch is out of sync with the remote branch and fetch cannot be performed', - 'zh_CN': '你的 oringin 仓库中的分支与远程分支的不同步了,无法执行 fetch 命令', + 'zh_CN': '你的 origin 仓库中的分支与远程分支的不同步了,无法执行 fetch 命令', 'zh_TW': '你的 origin 分支已經失去了與 remote 遠端分支的同步,所以無法執行 fetch 命令', 'de_DE': 'Dein origin Branch ist nicht auf dem Stand des Remote Branch und fetch kann nicht ausgeführt werden', 'es_AR': 'Tu rama origin está desincronizada con la rama remota, por lo que no se puede hacer el fetch',