made warning a bit more informative
* src/GParted_Core.cc: made warning a bit more informative
This commit is contained in:
parent
7e4efd3c2e
commit
702a852d2d
|
@ -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
|
||||
|
|
|
@ -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?") ;
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue