git.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] i18n: bundle: mark git-bundle usage for translation
@ 2015-01-21 19:03 Alexander Kuleshov
  2015-01-21 21:13 ` Junio C Hamano
  0 siblings, 1 reply; 3+ messages in thread
From: Alexander Kuleshov @ 2015-01-21 19:03 UTC (permalink / raw)
  To: Junio C Hamano; +Cc: git, Alexander Kuleshov

Signed-off-by: Alexander Kuleshov <kuleshovmail@gmail.com>
---
 builtin/bundle.c | 8 ++++----
 1 file changed, 4 insertions(+), 4 deletions(-)

diff --git a/builtin/bundle.c b/builtin/bundle.c
index 92a8a60..ca4a6a4 100644
--- a/builtin/bundle.c
+++ b/builtin/bundle.c
@@ -10,10 +10,10 @@
  */
 
 static const char builtin_bundle_usage[] =
-  "git bundle create <file> <git-rev-list args>\n"
-  "   or: git bundle verify <file>\n"
-  "   or: git bundle list-heads <file> [<refname>...]\n"
-  "   or: git bundle unbundle <file> [<refname>...]";
+	N_("git bundle create <file> <git-rev-list args>\n"
+	   "   or: git bundle verify <file>\n"
+	   "   or: git bundle list-heads <file> [<refname>...]\n"
+	   "   or: git bundle unbundle <file> [<refname>...]");
 
 int cmd_bundle(int argc, const char **argv, const char *prefix)
 {
-- 
2.3.0.rc1.246.g8d68d51.dirty

^ permalink raw reply related	[flat|nested] 3+ messages in thread

end of thread, other threads:[~2015-01-22  7:10 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-01-21 19:03 [PATCH] i18n: bundle: mark git-bundle usage for translation Alexander Kuleshov
2015-01-21 21:13 ` Junio C Hamano
2015-01-22  7:10   ` Alexander Kuleshov

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).