← Back to team overview

kicad-developers team mailing list archive

[PATCH 3/8] fix misspelled 'Modifed' -> 'Modified'

 

From: Carsten Schoenert <c.schoenert@xxxxxxxxxxx>

---
 pcbnew/dimension.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/pcbnew/dimension.cpp b/pcbnew/dimension.cpp
index 9a5ae136a..617f75f90 100644
--- a/pcbnew/dimension.cpp
+++ b/pcbnew/dimension.cpp
@@ -230,7 +230,7 @@ void DIALOG_DIMENSION_EDITOR::OnOKClick( wxCommandEvent& event )
     m_parent->Refresh();
 #endif
 
-    commit.Push( _( "Modifed dimensions properties" ) );
+    commit.Push( _( "Modified dimensions properties" ) );
     event.Skip();   // ends returning wxID_OK (default behavior)
 }
 
-- 
2.16.1



References