]> glassweightruler.freedombox.rocks Git - Ventoy.git/blobdiff - INSTALL/grub/hwinfo.cfg
Fix typo in Czech translation (#2252)
[Ventoy.git] / INSTALL / grub / hwinfo.cfg
index a72daad8ad886efea91f9e6ad3347b1487a21bd1..cee2774bfd420186e8eeb22f37dfe6cbe5bc4198 100644 (file)
@@ -1,4 +1,4 @@
-menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool {    
+menuentry "$VTLANG_HWINFO" --class=debug_hwinfo --class=F5tool {    
     smbios -t 4 -s 0x10 --set=cpu_brand
     
     set system_vendor="-";
@@ -56,6 +56,6 @@ menuentry '@VTMENU_HWINFO' --class=debug_hwinfo --class=F5tool {
     echo "BIOS ROM Size           $bios_size"
     
     
-    echo -e "\n\n\npress ENTER to exit ..."
+    echo -en "\n\n\n$VTLANG_ENTER_EXIT ..."
     read vtInputKey
 }