git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Alangi Derick <alangiderick@gmail.com>
To: unlisted-recipients:; (no To-header on input)
Subject: [PATCH] fixed translation errors in fetch-pack
Date: Mon, 4 May 2015 12:38:45 +0100	[thread overview]
Message-ID: <554769fe.c864b40a.7420.ffff8c0c@mx.google.com> (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

                 reply	other threads:[~2015-05-04 12:52 UTC|newest]

Thread overview: [no followups] expand[flat|nested]  mbox.gz  Atom feed

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=554769fe.c864b40a.7420.ffff8c0c@mx.google.com \
    --to=alangiderick@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).