git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] fixed translation errors in fetch-pack
@ 2015-05-04 11:38 Alangi Derick
  0 siblings, 0 replies; only message in thread
From: Alangi Derick @ 2015-05-04 11:38 UTC (permalink / raw)


Signed-off-by: Alangi Derick <alangiderick@gmail.com>
---
 builtin/fetch-pack.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/builtin/fetch-pack.c b/builtin/fetch-pack.c
index 4a6b340..326cb77 100644
--- a/builtin/fetch-pack.c
+++ b/builtin/fetch-pack.c
@@ -204,7 +204,7 @@ int cmd_fetch_pack(int argc, const char **argv, const char *prefix)
 	for (i = 0; i < nr_sought; i++) {
 		if (!sought[i] || sought[i]->matched)
 			continue;
-		error("no such remote ref %s", sought[i]->name);
+		error(_("no such remote ref %s"), sought[i]->name);
 		ret = 1;
 	}
 
-- 
2.4.0.8.geba5036.dirty

^ permalink raw reply related	[flat|nested] only message in thread

only message in thread, other threads:[~2015-05-04 12:52 UTC | newest]

Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-05-04 11:38 [PATCH] fixed translation errors in fetch-pack Alangi Derick

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).