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 <amwang@redhat.com> Date: Fri Jul 30 02:45:52 2010 +0000 Resolves: bug 619061. Signed-off-by: Dave Young <dyoung@redhat.com> Acked-by: Vivek Goyal <vgoyal@redhat.com>
This commit is contained in:
parent
f1638fbe8a
commit
a0281590ae
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user