i18n: git-status "Changes to be committed" message
[gitweb.git] / wt-status.c
index a1aa5b29f6e9625504c5c2a8295665844f34b984..321c4f8723550cc0c44d5417d62517909e8fab1a 100644 (file)
@@ -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)