]> Pileus Git - ~andy/git/blobdiff - git.c
i18n: help: mark strings for translation
[~andy/git] / git.c
diff --git a/git.c b/git.c
index 380561663061f011189de883a865fbd59a922190..4486debf7dfb2db263cf88a825979505fee5c635 100644 (file)
--- a/git.c
+++ b/git.c
@@ -13,7 +13,7 @@ const char git_usage_string[] =
        "           <command> [<args>]";
 
 const char git_more_info_string[] =
-       "See 'git help <command>' for more information on a specific command.";
+       N_("See 'git help <command>' for more information on a specific command.");
 
 static struct startup_info git_startup_info;
 static int use_pager = -1;