From 28826256b153fa47cc69ec3db9098da664a834b9 Mon Sep 17 00:00:00 2001 From: Unknown Date: Wed, 22 May 2013 12:40:20 -0400 Subject: [PATCH] strings add i18n support --- install.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.go b/install.go index 32335cee0..86c6f1206 100644 --- a/install.go +++ b/install.go @@ -269,7 +269,7 @@ func downloadPackage(node *doc.Node) (*doc.Node, []string) { fmt.Printf(fmt.Sprintf("%s\n", promptMsg["NoVCSTool"])) } - fmt.Printf(fmt.Sprintf("%s\n", promptMsg["InstallByGoGet"]), node.ImportPath) + fmt.Printf(fmt.Sprintf("%s\n", promptMsg["DownloadStatus"]), node.ImportPath) // Mark as donwloaded. downloadCache[node.ImportPath] = true