made warning a bit more informative

* src/GParted_Core.cc: made warning a bit more informative
This commit is contained in:
Bart Hakvoort 2005-12-07 11:44:58 +00:00
parent 7e4efd3c2e
commit 702a852d2d
2 changed files with 6 additions and 0 deletions

View File

@ -1,3 +1,7 @@
2005-12-07 Bart Hakvoort <hakvoort@cvs.gnome.org>
* src/GParted_Core.cc: made warning a bit more informative
2005-12-07 Bart Hakvoort <hakvoort@cvs.gnome.org>
* rewrote quite some stuff to use an enum to indentify filesystems

View File

@ -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?") ;
}
}