Gettextize two messages that I missed in 'gettextize: git-revert "Your local changes" message'. Signed-off-by: Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx> --- builtin/revert.c | 4 ++-- 1 files changed, 2 insertions(+), 2 deletions(-) diff --git a/builtin/revert.c b/builtin/revert.c index c8463d2..178b8a0 100644 --- a/builtin/revert.c +++ b/builtin/revert.c @@ -294,9 +294,9 @@ static NORETURN void die_dirty_index(const char *me) "Please, commit your changes or stash them to proceed.")); } else { if (action == REVERT) - die("Your local changes would be overwritten by revert.\n"); + die(_("Your local changes would be overwritten by revert.\n")); else - die("Your local changes would be overwritten by cherry-pick.\n"); + die(_("Your local changes would be overwritten by cherry-pick.\n")); } } } -- 1.7.3.2.312.ge13a7 -- 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