Andrew's git
/
gitweb.git
/ blobdiff
summary
|
log
|
commit
|
diff
|
tree
commit
grep
author
committer
pickaxe
?
re
i18n: git-status "Changes to be committed" message
[gitweb.git]
/
wt-status.c
diff --git
a/wt-status.c
b/wt-status.c
index a1aa5b29f6e9625504c5c2a8295665844f34b984..321c4f8723550cc0c44d5417d62517909e8fab1a 100644
(file)
--- a/
wt-status.c
+++ b/
wt-status.c
@@
-148,7
+148,7
@@
static void wt_status_print_cached_header(struct wt_status *s)
{
const char *c = color(WT_STATUS_HEADER, s);
- status_printf_ln(s, c,
"Changes to be committed:"
);
+ status_printf_ln(s, c,
_("Changes to be committed:")
);
if (!advice_status_hints)
return;
if (s->in_merge)