diff --git a/firstboot_kdump.py b/firstboot_kdump.py index 3d431f1..bbcb9c4 100755 --- a/firstboot_kdump.py +++ b/firstboot_kdump.py @@ -37,7 +37,7 @@ from firstboot.constants import * from firstboot.functions import * from firstboot.module import * import gettext -_ = lambda x: gettext.ldgettext("firstboot", x) +_ = lambda x: gettext.ldgettext("kexec-tools", x) N_ = lambda x: x class moduleClass(Module):