mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-04-21 00:21:25 +00:00
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
Block a user