Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
l10n: fr.po: v2.15.0 round 2
[gitweb.git]
/
sequencer.c
diff --git
a/sequencer.c
b/sequencer.c
index 7886e2269eb7813cdf9f908002ec70a9561a153c..e258bb6469a77123b191f85ba679e446ef9c73b6 100644
(file)
--- a/
sequencer.c
+++ b/
sequencer.c
@@
-2558,7
+2558,7
@@
static enum check_level get_missing_commit_check_level(void)
return CHECK_WARN;
if (!strcasecmp("error", value))
return CHECK_ERROR;
- warning(_("unrecognized setting %s for option"
+ warning(_("unrecognized setting %s for option
"
"rebase.missingCommitsCheck. Ignoring."), value);
return CHECK_IGNORE;
}