diff options
author | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-05 15:46:40 +0000 |
---|---|---|
committer | Christophe Fergeau <cfergeau@mandriva.com> | 2009-03-05 15:46:40 +0000 |
commit | fc083222363d276146cccdd10a6e83040240d036 (patch) | |
tree | cf4134110e8e91f16cbd83f74cf3beffd4a97a41 | |
parent | 4af780e0c68cf1938d866dccb30bdf997bb0c40f (diff) | |
download | bootloader-theme-fc083222363d276146cccdd10a6e83040240d036.tar bootloader-theme-fc083222363d276146cccdd10a6e83040240d036.tar.gz bootloader-theme-fc083222363d276146cccdd10a6e83040240d036.tar.bz2 bootloader-theme-fc083222363d276146cccdd10a6e83040240d036.tar.xz bootloader-theme-fc083222363d276146cccdd10a6e83040240d036.zip |
Fix bad string name
-rw-r--r-- | src/common.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.inc b/src/common.inc index 0bd1208..ef336e7 100644 --- a/src/common.inc +++ b/src/common.inc @@ -617,7 +617,7 @@ syslinux info.type 6 eq and { dup .title txt_driver_update2 put - /info.msg txt_insert_mandriva_cd def + /info.msg txt_insert_mdv_cd def } if dup .text info.msg put |