Browse Source

Fix strings to translate (typo and avoid one word sentence)

master
jean-pierre charras 5 days ago
parent
commit
8576529242
  1. 2
      eeschema/toolbars_sch_editor.cpp
  2. 2
      pcbnew/pcb_barcode.cpp

2
eeschema/toolbars_sch_editor.cpp

@ -49,7 +49,7 @@
ACTION_TOOLBAR_CONTROL SCH_ACTION_TOOLBAR_CONTROLS::currentVariant(
"control.currentVariant",
_( "Current Variant" ),
_( "Control to select the current schematic varaint" ) );
_( "Control to select the current schematic variant" ) );
std::optional<TOOLBAR_CONFIGURATION> SCH_EDIT_TOOLBAR_SETTINGS::DefaultToolbarConfig( TOOLBAR_LOC aToolbar )

2
pcbnew/pcb_barcode.cpp

@ -696,7 +696,7 @@ static struct PCB_BARCODE_DESC
propMgr.AddProperty( new PROPERTY<PCB_BARCODE, double>( _HKI( "Orientation" ),
&PCB_BARCODE::SetOrientation, &PCB_BARCODE::GetOrientation ), groupBarcode );
propMgr.AddProperty( new PROPERTY_ENUM<PCB_BARCODE, BARCODE_T>( _HKI( "Kind" ),
propMgr.AddProperty( new PROPERTY_ENUM<PCB_BARCODE, BARCODE_T>( _HKI( "Barcode Type" ),
&PCB_BARCODE::SetBarcodeKind, &PCB_BARCODE::GetKind ), groupBarcode );
auto isQRCode =

Loading…
Cancel
Save