Remove incorrect leading spaces in some strings.
This commit is contained in:
parent
1a30b4fb05
commit
9d524fe2e3
|
@ -361,7 +361,7 @@ void FOOTPRINT_EDIT_FRAME::ReCreateMenuBar()
|
||||||
|
|
||||||
AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED,
|
AddMenuItem( helpMenu, ID_HELP_GET_INVOLVED,
|
||||||
_( "Get &Involved" ),
|
_( "Get &Involved" ),
|
||||||
_( "Contribute to KiCad (opens in web browser)" ),
|
_( "Contribute to KiCad (open web browser)" ),
|
||||||
KiBitmap( info_xpm ) );
|
KiBitmap( info_xpm ) );
|
||||||
|
|
||||||
// About Pcbnew
|
// About Pcbnew
|
||||||
|
|
Loading…
Reference in New Issue