Gettextize the "oops" die message in builtin/init-db.c Signed-off-by: Ãvar ArnfjÃrà Bjarmason <avarab@xxxxxxxxx> --- builtin/init-db.c | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/builtin/init-db.c b/builtin/init-db.c index 28e20f9..2d6132a 100644 --- a/builtin/init-db.c +++ b/builtin/init-db.c @@ -346,7 +346,7 @@ int init_db(const char *template_dir, unsigned int flags) else if (shared_repository == PERM_EVERYBODY) sprintf(buf, "%d", OLD_PERM_EVERYBODY); else - die("oops"); + die(_("oops")); git_config_set("core.sharedrepository", buf); git_config_set("receive.denyNonFastforwards", "true"); } -- 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