parent
b80079bc62
commit
a45ade9563
|
@ -1,3 +1,7 @@
|
|||
2006-05-26 Bart Hakvoort <hakvoort@cvs.gnome.org>
|
||||
|
||||
* src/GParted_Core.cc: fixed typo (#343015)
|
||||
|
||||
2006-05-25 Arangel Angov <ufo@linux.net.mk>
|
||||
|
||||
* Updated mk.po, Macedonian translation.
|
||||
|
|
|
@ -1355,7 +1355,7 @@ bool GParted_Core::copy_filesystem( const Partition & partition_src,
|
|||
}
|
||||
else
|
||||
operation_details .back() .sub_details .push_back(
|
||||
OperationDetails( _("An error occured while opening the devices"), OperationDetails::NONE ) ) ;
|
||||
OperationDetails( _("An error occurred while opening the devices"), OperationDetails::NONE ) ) ;
|
||||
|
||||
|
||||
operation_details .back() .status = succes ? OperationDetails::SUCCES : OperationDetails::ERROR ;
|
||||
|
|
Loading…
Reference in New Issue