Skip to content

Commit 7a26ce9

Browse files
Cyanoxygenchenx97
authored andcommitted
templates: make UEFI fwsetup menu entry label translatable
When the "UEFI Firmware Settings" entries was added in commit 46d76f8 "templates: Output a menu entry for firmware setup on UEFI FastBoot systems," it was not marked with Gettext identifiers. Mark this string for localization. Signed-off-by: Xinhui Yang <[email protected]>
1 parent f64be25 commit 7a26ce9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

util/grub.d/30_uefi-firmware.in

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ export TEXTDOMAINDIR="@localedir@"
2626

2727
. "$pkgdatadir/grub-mkconfig_lib"
2828

29-
LABEL="UEFI Firmware Settings"
29+
LABEL=$(gettext_printf "UEFI Firmware Settings")
3030

3131
gettext_printf "Adding boot menu entry for UEFI Firmware Settings ...\n" >&2
3232

0 commit comments

Comments
 (0)