]> git.ipfire.org Git - thirdparty/git.git/blobdiff - git.c
Merge branch 'nd/columns'
[thirdparty/git.git] / git.c
diff --git a/git.c b/git.c
index ee727cbe1a1764c2ff07391c9b7f29b80acaa4f8..d232de92e496bd5750015edce22d3b67f236b605 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;