Clarify various uses of "Center"

Distinguish between the english verb "Center" and the noun "Center",
which may be translated differently

Fixes https://gitlab.com/kicad/code/kicad/issues/11109
This commit is contained in:
Seth Hillbrand
2022-10-03 12:48:57 -07:00
parent 6f7730a34f
commit b716afd6f1
4 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -1662,7 +1662,7 @@ mpWindow::mpWindow( wxWindow* parent,
m_lockaspect = false;
m_popmenu.Append( mpID_CENTER, _( "Center" ), _( "Center plot view to this position" ) );
m_popmenu.Append( mpID_CENTER, _( "Center on Cursor" ), _( "Center plot view to this position" ) );
m_popmenu.Append( mpID_FIT, _( "Fit on Screen" ), _( "Set plot view to show all items" ) );
m_popmenu.Append( mpID_ZOOM_IN, _( "Zoom In" ), _( "Zoom in plot view." ) );
m_popmenu.Append( mpID_ZOOM_OUT, _( "Zoom Out" ), _( "Zoom out plot view." ) );