From 2bd4959028e25cd5430dccafb2bcb98f7ec4866a Mon Sep 17 00:00:00 2001 From: Yu Watanabe Date: Mon, 30 Oct 2023 23:07:59 +0900 Subject: [PATCH] locale: drop implementation detail from comment in config file --- src/locale/localed-util.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/locale/localed-util.c b/src/locale/localed-util.c index 199f05b9177..e4e57a0f4a6 100644 --- a/src/locale/localed-util.c +++ b/src/locale/localed-util.c @@ -568,7 +568,7 @@ int x11_write_data(Context *c) { fputs("# Written by systemd-localed(8), read by systemd-localed and Xorg. It's\n" "# probably wise not to edit this file manually. Use localectl(1) to\n" - "# instruct systemd-localed to update it.\n" + "# update this file.\n" "Section \"InputClass\"\n" " Identifier \"system-keyboard\"\n" " MatchIsKeyboard \"on\"\n", f); -- 2.39.2