[PATCH] fixed translation errors in fetch-pack

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

 



Signed-off-by: Alangi Derick <alangiderick@xxxxxxxxx>
---
 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
--
To unsubscribe from this list: send the line "unsubscribe git" in
the body of a message to majordomo@xxxxxxxxxxxxxxx
More majordomo info at  http://vger.kernel.org/majordomo-info.html




[Index of Archives]     [Linux Kernel Development]     [Gcc Help]     [IETF Annouce]     [DCCP]     [Netdev]     [Networking]     [Security]     [V4L]     [Bugtraq]     [Yosemite]     [MIPS Linux]     [ARM Linux]     [Linux Security]     [Linux RAID]     [Linux SCSI]     [Fedora Users]