summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--po/bootloader.pot4
-rw-r--r--src/common.inc1
2 files changed, 5 insertions, 0 deletions
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