removed 'EXPERIMENTAL' from move-message to prevent incorrect
* src/GParted_Core.cc: removed 'EXPERIMENTAL' from move-message to prevent incorrect translations.
This commit is contained in:
parent
b92ac20232
commit
65f0a16eb2
|
@ -1,3 +1,8 @@
|
||||||
|
2006-06-04 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||||
|
|
||||||
|
* src/GParted_Core.cc: removed 'EXPERIMENTAL' from move-message to
|
||||||
|
prevent incorrect translations.
|
||||||
|
|
||||||
2006-05-31 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
2006-05-31 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||||
|
|
||||||
* include/GParted_Core.h,
|
* include/GParted_Core.h,
|
||||||
|
|
|
@ -770,7 +770,7 @@ bool GParted_Core::move_partition( const Partition & partition_old,
|
||||||
Partition & partition_new,
|
Partition & partition_new,
|
||||||
std::vector<OperationDetails> & operation_details )
|
std::vector<OperationDetails> & operation_details )
|
||||||
{
|
{
|
||||||
operation_details .push_back( OperationDetails( _("Moving partition and filesystem. EXPERIMENTAL!!") ) ) ;
|
operation_details .push_back( OperationDetails( _("Moving partition and filesystem.") ) ) ;
|
||||||
//FIXME: add support for dynamic blocksizes..
|
//FIXME: add support for dynamic blocksizes..
|
||||||
bool succes = false ;
|
bool succes = false ;
|
||||||
char buf[1024] ;
|
char buf[1024] ;
|
||||||
|
|
Loading…
Reference in New Issue