From: Yu Watanabe Date: Mon, 30 Oct 2023 14:07:59 +0000 (+0900) Subject: locale: drop implementation detail from comment in config file X-Git-Tag: v255-rc1~86^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=2bd4959028e25cd5430dccafb2bcb98f7ec4866a;p=thirdparty%2Fsystemd.git locale: drop implementation detail from comment in config file --- 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);