]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Fix gettext macro calls
authorTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 6 Jan 2026 19:53:12 +0000 (20:53 +0100)
committerTobias Stoeckmann <tobias@stoeckmann.org>
Tue, 6 Jan 2026 19:56:04 +0000 (20:56 +0100)
commitc634871f8fb6a1e5bf7669c20f697f47649bbb86
tree6dd53546864de45943b2923b5a92fd47672ea80a
parent2de0133909f6cb9ffc214993c3ffda877298d6cd
Fix gettext macro calls

Four occurrences exist in tree in which only () was used, not _(),
which effectively means that these messages were never translated.

Signed-off-by: Tobias Stoeckmann <tobias@stoeckmann.org>
disk-utils/fsck.c
libfdisk/src/bsd.c
login-utils/vipw.c