From 7392f6f52dc67a433b23197bd060ddfbd088b395 Mon Sep 17 00:00:00 2001 From: Christophe Fergeau Date: Thu, 26 Mar 2009 11:30:45 +0000 Subject: Translate hdt entry to Hardware Detection Tool --- po/bootloader.pot | 4 ++++ src/common.inc | 1 + 2 files changed, 5 insertions(+) diff --git a/po/bootloader.pot b/po/bootloader.pot index 94879c6..0005fed 100644 --- a/po/bootloader.pot +++ b/po/bootloader.pot @@ -39,6 +39,10 @@ msgstr "" msgid "Boot Microsoft Windows" msgstr "" +#. txt_hdt +msgid "Hardware Detection Tool" +msgstr "" + #. txt_linux_kernel_version #, c-format msgid "Linux with kernel %s" diff --git a/src/common.inc b/src/common.inc index 4818344..e591f76 100644 --- a/src/common.inc +++ b/src/common.inc @@ -881,6 +881,7 @@ dup "mediachk" eq { pop txt_mediacheck return } if dup "mediacheck" eq { pop txt_mediacheck return } if dup "restore" eq { pop txt_restore return } if + dup "hdt" eq { pop txt_hdt return } if } { dup "linux" eq { pop txt_linux return } if dup "failsafe" eq { pop txt_safe_linux return } if -- cgit v1.2.1