From a0281590aea1746eaeabc4019114c6ee0d3cceaf Mon Sep 17 00:00:00 2001 From: Dave Young Date: Thu, 9 Aug 2012 10:22:48 +0800 Subject: [PATCH] firstboot text domain fix Resolves: bz805782 the text domain should be kexec-tools instead of firstboot, or it kexec-tools translation will not find the right .mo Backport from rhel6 bz619061 commit 18de84f91906ec41b2640f67d21eef39ecb0833b Author: amwang Date: Fri Jul 30 02:45:52 2010 +0000 Resolves: bug 619061. Signed-off-by: Dave Young Acked-by: Vivek Goyal --- firstboot_kdump.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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):