From 24aa740a3a755c939fc1844e915f1be4ab60b8cf Mon Sep 17 00:00:00 2001 From: Curtis Gedak Date: Wed, 21 Jan 2009 16:29:29 +0000 Subject: [PATCH] Fixed technical error. Should read maximum of 15 partitions, not 15 logical partitions svn path=/trunk/; revision=1038 --- help/C/gparted.xml | 2 +- help/ChangeLog | 5 +++++ 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/help/C/gparted.xml b/help/C/gparted.xml index fb6b5a02..909112e7 100644 --- a/help/C/gparted.xml +++ b/help/C/gparted.xml @@ -1062,7 +1062,7 @@ The extended partition can contain multiple logical partitions. Some GNU/Linux distributions support accessing at most - 15 logical partitions within an extended partition. + 15 partitions on a disk device. diff --git a/help/ChangeLog b/help/ChangeLog index 1deeb0c3..98fe3760 100644 --- a/help/ChangeLog +++ b/help/ChangeLog @@ -1,3 +1,8 @@ +2009-01-21 Curtis Gedak + + * C/gparted.xml: Fixed technical error. + - Should read maximum of 15 partitions, not 15 logical partitions. + 2009-01-20 Curtis Gedak * C/figures/gparted_window.png,