From da40def69deaadc6037c7267e686a7d2360e1252 Mon Sep 17 00:00:00 2001 From: Jeff Young Date: Mon, 3 Dec 2018 22:11:23 +0000 Subject: [PATCH] Standardize on "local coordinates" terminology. --- pcbnew/dialogs/dialog_move_exact.cpp | 2 +- pcbnew/dialogs/dialog_move_exact_base.cpp | 2 +- pcbnew/dialogs/dialog_move_exact_base.fbp | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/pcbnew/dialogs/dialog_move_exact.cpp b/pcbnew/dialogs/dialog_move_exact.cpp index b81a29ce75..e302217c83 100644 --- a/pcbnew/dialogs/dialog_move_exact.cpp +++ b/pcbnew/dialogs/dialog_move_exact.cpp @@ -84,7 +84,7 @@ void DIALOG_MOVE_EXACT::buildRotationAnchorMenu() menuItems.push_back( _( "Rotate around selection center" ) ); break; case ROTATE_AROUND_USER_ORIGIN: - menuItems.push_back( _( "Rotate around user origin" ) ); + menuItems.push_back( _( "Rotate around local coordinates origin" ) ); break; case ROTATE_AROUND_AUX_ORIGIN: menuItems.push_back( _( "Rotate around drill/place origin" ) ); diff --git a/pcbnew/dialogs/dialog_move_exact_base.cpp b/pcbnew/dialogs/dialog_move_exact_base.cpp index 60cb4fd4aa..9b0fe3cbe3 100644 --- a/pcbnew/dialogs/dialog_move_exact_base.cpp +++ b/pcbnew/dialogs/dialog_move_exact_base.cpp @@ -66,7 +66,7 @@ DIALOG_MOVE_EXACT_BASE::DIALOG_MOVE_EXACT_BASE( wxWindow* parent, wxWindowID id, fgInputSizer->Add( 0, 0, 1, wxEXPAND, 5 ); - wxString m_anchorOptionsChoices[] = { _("Rotate around center of selection"), _("Rotate around User Origin"), _("Rotate around Drill/Place Origin") }; + wxString m_anchorOptionsChoices[] = { _("Rotate around center of selection"), _("Rotate around local coordinates origin"), _("Rotate around drill/place origin") }; int m_anchorOptionsNChoices = sizeof( m_anchorOptionsChoices ) / sizeof( wxString ); m_anchorOptions = new wxChoice( this, wxID_ANY, wxDefaultPosition, wxDefaultSize, m_anchorOptionsNChoices, m_anchorOptionsChoices, 0 ); m_anchorOptions->SetSelection( 0 ); diff --git a/pcbnew/dialogs/dialog_move_exact_base.fbp b/pcbnew/dialogs/dialog_move_exact_base.fbp index c628613a3f..398b4e6c72 100644 --- a/pcbnew/dialogs/dialog_move_exact_base.fbp +++ b/pcbnew/dialogs/dialog_move_exact_base.fbp @@ -1172,7 +1172,7 @@ 1 0 - "Rotate around center of selection" "Rotate around User Origin" "Rotate around Drill/Place Origin" + "Rotate around center of selection" "Rotate around local coordinates origin" "Rotate around drill/place origin" 1 1