diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-26 11:30:45 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-26 11:30:45 +0000 |
commit | 7392f6f52dc67a433b23197bd060ddfbd088b395 (patch) | |
tree | db2551eea8a60572a591bdac0af527a33025dd45 | |
parent | f4ce65ee9a23627b8571920707cd19908d944bd7 (diff) | |
download | bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.gz bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.bz2 bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.tar.xz bootloader-theme-7392f6f52dc67a433b23197bd060ddfbd088b395.zip |
Translate hdt entry to Hardware Detection Tool
-rw-r--r-- | po/bootloader.pot | 4 | ||||
-rw-r--r-- | src/common.inc | 1 |
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 |