French translation update
Fix also a very small difference between 2 strings to translate
This commit is contained in:
parent
d84fcd89f1
commit
0b4075e3a9
|
@ -98,7 +98,7 @@ void PL_EDITOR_FRAME::Files_io( wxCommandEvent& event )
|
|||
|
||||
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?" ),
|
||||
[&]()->bool { return saveCurrentPageLayout(); } ) )
|
||||
{
|
||||
|
|
File diff suppressed because it is too large
Load Diff
Loading…
Reference in New Issue