From 4e0bdf950e16c4b865db091bb8958614b640a242 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Tue, 12 Nov 2024 15:22:31 +0100 Subject: [PATCH] dbus-manager: add missing word 'unit' to PK message --- src/core/dbus-manager.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/core/dbus-manager.c b/src/core/dbus-manager.c index 425122dfcd..20b05446b6 100644 --- a/src/core/dbus-manager.c +++ b/src/core/dbus-manager.c @@ -1088,7 +1088,7 @@ static int method_start_transient_unit(sd_bus_message *message, void *userdata, m, name, "start", - N_("Authentication is required to start transient '$(unit)'."), + N_("Authentication is required to start transient unit '$(unit)'."), message, error); if (r < 0) -- 2.25.1