lib: consistently use _(Str) instead of gettext(Str)
authorDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Dec 2020 08:00:00 +0000 (08:00 +0000)
committerDmitry V. Levin <ldv@altlinux.org>
Wed, 16 Dec 2020 10:01:52 +0000 (10:01 +0000)
commitb20fb89782650c437b97b52a5ade8f93573d5c3c
tree849389144933cd1bdfa811e020e58621b9a23b95
parent0a5defb64e94ecb2847b98b2c29155131edeaf97
lib: consistently use _(Str) instead of gettext(Str)

eu-config.h defines _(Str) to dgettext ("elfutils", Str) instead of
a simple gettext (Str) for a reason: the library might be indirectly
used by clients that called bindtextdomain with a domain different
from "elfutils".

The change was made automatically using the following command:
$ git grep -l '\<gettext *(' lib |xargs sed -i 's/\<gettext *(/_(/g'

Signed-off-by: Dmitry V. Levin <ldv@altlinux.org>
lib/ChangeLog
lib/color.c
lib/printversion.c
lib/system.h