This was the only message in t/t0200/* that didn't have a TRANSLATORS comment, without it translators will waste time translating this needlessly. Signed-off-by: Ævar Arnfjörð Bjarmason <avarab@xxxxxxxxx> --- t/t0200/test.c | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/t/t0200/test.c b/t/t0200/test.c index ff15c2f..584d45c 100644 --- a/t/t0200/test.c +++ b/t/t0200/test.c @@ -1,6 +1,7 @@ /* This is a phony C program that's only here to test xgettext message extraction */ const char help[] = + /* TRANSLATORS: This is a test. You don't need to translate it. */ N_("See 'git help COMMAND' for more information on a specific command."); int main(void) -- 1.7.2.2.536.g3f548 -- 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