French translation update

Fix also a very small difference between 2 strings to translate
This commit is contained in:
jean-pierre charras 2021-05-31 20:23:01 +02:00
parent d84fcd89f1
commit 0b4075e3a9
2 changed files with 459 additions and 396 deletions

View File

@ -98,7 +98,7 @@ void PL_EDITOR_FRAME::Files_io( wxCommandEvent& event )
if( ( id == wxID_NEW || id == wxID_OPEN ) && IsContentModified() ) if( ( id == wxID_NEW || id == wxID_OPEN ) && IsContentModified() )
{ {
if( !HandleUnsavedChanges( this, _( "The current drawing sheet has been modified. " if( !HandleUnsavedChanges( this, _( "The current drawing sheet has been modified. "
"Save changes?" ), "Save changes?" ),
[&]()->bool { return saveCurrentPageLayout(); } ) ) [&]()->bool { return saveCurrentPageLayout(); } ) )
{ {

File diff suppressed because it is too large Load Diff