* src/GParted_Core.cc: fixed typo (#343015)
This commit is contained in:
Bart Hakvoort 2006-05-26 16:09:11 +00:00
parent b80079bc62
commit a45ade9563
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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 ;