From 1d75311380bc0cf230cf744affad8903c5eb0a6c Mon Sep 17 00:00:00 2001 From: Liang Ding Date: Fri, 24 Oct 2014 10:04:45 +0800 Subject: [PATCH] i18n --- i18n/en_US.json | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/i18n/en_US.json b/i18n/en_US.json index 1259563..84a908d 100644 --- a/i18n/en_US.json +++ b/i18n/en_US.json @@ -85,13 +85,13 @@ "focus_search": "Focus to Search", "focus_notification": "Focus to Notification", "start-build": "Start [go build]", - "build-succ": "[go build] Successful", + "build-succ": "[go build] Success", "build-failed": "[go build] Failed", "start-install": "Start [go install]", - "install-succ": "[go install] Successful", + "install-succ": "[go install] Success", "install-failed": "[go install] Fialed", "start-get": "Start [go get]", - "get-succ": "[go get] Successful", + "get-succ": "[go get] Success", "get-failed": "[go get] Failed", "check_version": "Checking update", "new_version_available": "new version available",