i18n: git-commit "middle of a merge" message
[gitweb.git] / builtin / commit.c
index 472c2baed04f549fb1a3c429a2c36747e8229c68..e944c4d77d657ab9c5e16ef1646ed68ab134a2f8 100644 (file)
@@ -928,9 +928,9 @@ static int parse_and_validate_options(int argc, const char *argv[],
        if (amend && initial_commit)
                die(_("You have nothing to amend."));
        if (amend && in_merge)
-               die("You are in the middle of a merge -- cannot amend.");
+               die(_("You are in the middle of a merge -- cannot amend."));
        if (fixup_message && squash_message)
-               die("Options --squash and --fixup cannot be used together");
+               die(_("Options --squash and --fixup cannot be used together"));
        if (use_message)
                f++;
        if (edit_message)