Fix syntax in message.

master
Mike Hiretsky 13 years ago
parent 51424b5812
commit 412f1e6e98

@ -2407,7 +2407,7 @@ class cl_install(color_print, SignalInterrupt):
tableOnBootDisk = self.varSelect('os_device_table', tableOnBootDisk = self.varSelect('os_device_table',
where="os_device_dev",eq=mbr) where="os_device_dev",eq=mbr)
if not tableOnBootDisk: if not tableOnBootDisk:
self.printERROR(_("Disk '%s' without partition table cann't " self.printERROR(_("Disk '%s' without partition table can't "
"contains boot record")%mbr) "contains boot record")%mbr)
return False return False
return True return True

Loading…
Cancel
Save