mirror of
https://gitlab.com/kicad/code/kicad.git
synced 2025-09-14 18:23:15 +02:00
French translation update.
Fix also a typo in 2 I18n strings.
This commit is contained in:
parent
5ae6f93af8
commit
daae68a6b8
@ -323,12 +323,12 @@ bool DIALOG_FOOTPRINT_PROPERTIES::TransferDataToWindow()
|
|||||||
|
|
||||||
m_AutoPlaceCtrl->SetItemToolTip( 0, _( "Footprint can be freely moved and oriented on the "
|
m_AutoPlaceCtrl->SetItemToolTip( 0, _( "Footprint can be freely moved and oriented on the "
|
||||||
"canvas. At least some of the footprint's pads are "
|
"canvas. At least some of the footprint's pads are "
|
||||||
"unlocked and can be moved with respect to the"
|
"unlocked and can be moved with respect to the "
|
||||||
"footprint." ) );
|
"footprint." ) );
|
||||||
m_AutoPlaceCtrl->SetItemToolTip( 1, _( "Footprint can be freely moved and oriented on the "
|
m_AutoPlaceCtrl->SetItemToolTip( 1, _( "Footprint can be freely moved and oriented on the "
|
||||||
"canvas, but all of its pads are locked with respect "
|
"canvas, but all of its pads are locked with respect "
|
||||||
"to their position within in the footprint." ) );
|
"to their position within in the footprint." ) );
|
||||||
m_AutoPlaceCtrl->SetItemToolTip( 2, _( "Footprint is locked: it cannot be freely moved and"
|
m_AutoPlaceCtrl->SetItemToolTip( 2, _( "Footprint is locked: it cannot be freely moved and "
|
||||||
"oriented on the canvas and can only be selected when "
|
"oriented on the canvas and can only be selected when "
|
||||||
"the 'Locked items' checkbox is enabled in the "
|
"the 'Locked items' checkbox is enabled in the "
|
||||||
"selection filter." ) );
|
"selection filter." ) );
|
||||||
|
File diff suppressed because it is too large
Load Diff
Loading…
x
Reference in New Issue
Block a user