git.99rst.org
/
git.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
| inline |
side by side
(parent:
1d1bdaf
)
config: mark an error message up for translation
author
Christian Couder
<redacted>
Mon, 27 Feb 2017 17:59:58 +0000
(18:59 +0100)
committer
Junio C Hamano
<redacted>
Wed, 1 Mar 2017 21:24:21 +0000
(13:24 -0800)
Signed-off-by: Christian Couder <redacted>
Signed-off-by: Junio C Hamano <redacted>
config.c
patch
|
blob
|
history
diff --git
a/config.c
b/config.c
index 83fdecb1bc9f6f31bc625c79c1d3c12ba5b27f77..2eaf8ad77a37812ae2baf3c06c00c740c4f69371 100644
(file)
--- a/
config.c
+++ b/
config.c
@@
-1701,8
+1701,8
@@
int git_config_get_untracked_cache(void)
if (!strcasecmp(v, "keep"))
return -1;
- error("unknown core.untrackedCache value '%s'; "
-
"using 'keep' default value"
, v);
+ error(
_(
"unknown core.untrackedCache value '%s'; "
+
"using 'keep' default value")
, v);
return -1;
}
git clone https://git.99rst.org/PROJECT