builtin/config.c: mark more strings for translation
[gitweb.git] / builtin / merge.c
index 4a4c09496cfee08417c18cc010528464a3137488..f553f89a480aa38cff18fd981b7c0e00b4a6829b 100644 (file)
@@ -693,7 +693,7 @@ static int try_merge_strategy(const char *strategy, struct commit_list *common,
                        exit(128);
                if (write_locked_index(&the_index, &lock,
                                       COMMIT_LOCK | SKIP_IF_UNCHANGED))
-                       die (_("unable to write %s"), get_index_file());
+                       die(_("unable to write %s"), get_index_file());
                return clean ? 0 : 1;
        } else {
                return try_merge_command(strategy, xopts_nr, xopts,