diff --git a/ChangeLog b/ChangeLog index ddc07683..a0734dac 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2005-12-07 Bart Hakvoort + + * src/GParted_Core.cc: made warning a bit more informative + 2005-12-07 Bart Hakvoort * rewrote quite some stuff to use an enum to indentify filesystems diff --git a/src/GParted_Core.cc b/src/GParted_Core.cc index 0937e746..6ab05caa 100644 --- a/src/GParted_Core.cc +++ b/src/GParted_Core.cc @@ -232,6 +232,8 @@ void GParted_Core::set_device_partitions( Device & device ) partition_temp .error = _("Unable to read the contents of this filesystem!") ; partition_temp .error += "\n" ; partition_temp .error += _("Because of this some operations may be unavailable.") ; + partition_temp .error += "\n\n" ; + partition_temp .error += _("Did you install the correct plugin for this filesystem?") ; } }