summaryrefslogtreecommitdiffstats
path: root/perl-install/partition_table.pm
diff options
context:
space:
mode:
Diffstat (limited to 'perl-install/partition_table.pm')
-rw-r--r--perl-install/partition_table.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/perl-install/partition_table.pm b/perl-install/partition_table.pm
index 155462776..a75c68cfa 100644
--- a/perl-install/partition_table.pm
+++ b/perl-install/partition_table.pm
@@ -680,7 +680,7 @@ sub add_extended {
eval { verifyPrimary($hd->{primary}) };
$@ and die
_("You have a hole in your partition table but I can't use it.
-The only solution is to move your primary partitions to have the hole next to the extended partitions");
+The only solution is to move your primary partitions to have the hole next to the extended partitions.");
}
}