]> git.ipfire.org Git - thirdparty/git.git/blobdiff - wt-status.c
config: improve error message for boolean config
[thirdparty/git.git] / wt-status.c
index 7074bbdd53cc1141c75546ad6e009b5ac74a63c2..40b59be478c9eb10227db2fa086d778e8cb73e77 100644 (file)
@@ -1742,9 +1742,9 @@ static void wt_longstatus_print(struct wt_status *s)
                        } else if (s->state.detached_from) {
                                branch_name = s->state.detached_from;
                                if (s->state.detached_at)
-                                       on_what = HEAD_DETACHED_AT;
+                                       on_what = _("HEAD detached at ");
                                else
-                                       on_what = HEAD_DETACHED_FROM;
+                                       on_what = _("HEAD detached from ");
                        } else {
                                branch_name = "";
                                on_what = _("Not currently on any branch.");