From 412f1e6e98b67a274d280fb32fe19bee3f935877 Mon Sep 17 00:00:00 2001 From: Mike Hiretsky Date: Fri, 23 Sep 2011 16:15:45 +0400 Subject: [PATCH] Fix syntax in message. --- pym/cl_install.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pym/cl_install.py b/pym/cl_install.py index a9e0c45..4bb4abf 100644 --- a/pym/cl_install.py +++ b/pym/cl_install.py @@ -2407,7 +2407,7 @@ class cl_install(color_print, SignalInterrupt): tableOnBootDisk = self.varSelect('os_device_table', where="os_device_dev",eq=mbr) 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) return False return True