@@ -210,7 +213,7 @@ class PartitionSetup(gtk.TreeStore):
exceptException:
fromfrontend.gtk_interfaceimportQuestionDialog
dialog=QuestionDialog(_("Installation Tool"),
_("No partition table was found on the hard drive: {disk_description}. Do you want the installer to create a set of partitions for you? Note: This will ERASE ALL DATA present on this disk.").format(**locals()),
_("No partition table was found on the hard drive: %s. Do you want the installer to create a set of partitions for you? Note: This will ERASE ALL DATA present on this disk.")%disk_description,
None,installer.window)
ifnotdialog:continue# the user said No, skip this disk