=== modified file 'pcbnew/dialogs/wizard_add_fplib.cpp'
--- pcbnew/dialogs/wizard_add_fplib.cpp	2015-01-01 11:37:23 +0000
+++ pcbnew/dialogs/wizard_add_fplib.cpp	2015-01-03 20:43:59 +0000
@@ -714,7 +714,7 @@
     wxArrayString urls;
 
     // Run the web viewer and open the default URL: the default path
-    // or our github library depos
+    // or our github library repos
     wxString defaultURL = m_currLibDescr->m_DefaultPath;
 
     if( defaultURL.IsEmpty() )

=== modified file 'pcbnew/dialogs/wizard_add_fplib_base.cpp'
--- pcbnew/dialogs/wizard_add_fplib_base.cpp	2015-01-01 11:37:23 +0000
+++ pcbnew/dialogs/wizard_add_fplib_base.cpp	2015-01-03 20:44:07 +0000
@@ -22,7 +22,7 @@
 	wxBoxSizer* bSizerPage1;
 	bSizerPage1 = new wxBoxSizer( wxVERTICAL );
 	
-	wxString m_rbFpLibFormatChoices[] = { _("KiCad (*.Pretty folder containing .kicad_mod files)"), _("GitHub (.Pretty lib stored on GitHub depos)"), _("Legacy ( old *.mod lib file)"), _("Eagle V6 xml library file"), _("Geda footprint folder (folder containing *.fp files)") };
+	wxString m_rbFpLibFormatChoices[] = { _("KiCad (*.Pretty folder containing .kicad_mod files)"), _("GitHub (.Pretty lib stored on GitHub repos)"), _("Legacy ( old *.mod lib file)"), _("Eagle V6 xml library file"), _("Geda footprint folder (folder containing *.fp files)") };
 	int m_rbFpLibFormatNChoices = sizeof( m_rbFpLibFormatChoices ) / sizeof( wxString );
 	m_rbFpLibFormat = new wxRadioBox( m_wizPage1, wxID_ANY, _("Library Format:"), wxDefaultPosition, wxDefaultSize, m_rbFpLibFormatNChoices, m_rbFpLibFormatChoices, 1, wxRA_SPECIFY_COLS );
 	m_rbFpLibFormat->SetSelection( 0 );

=== modified file 'pcbnew/dialogs/wizard_add_fplib_base.fbp'
--- pcbnew/dialogs/wizard_add_fplib_base.fbp	2015-01-01 11:37:23 +0000
+++ pcbnew/dialogs/wizard_add_fplib_base.fbp	2015-01-03 20:44:15 +0000
@@ -153,7 +153,7 @@
                             <property name="caption"></property>
                             <property name="caption_visible">1</property>
                             <property name="center_pane">0</property>
-                            <property name="choices">&quot;KiCad (*.Pretty folder containing .kicad_mod files)&quot; &quot;GitHub (.Pretty lib stored on GitHub depos)&quot; &quot;Legacy ( old *.mod lib file)&quot; &quot;Eagle V6 xml library file&quot; &quot;Geda footprint folder (folder containing *.fp files)&quot;</property>
+                            <property name="choices">&quot;KiCad (*.Pretty folder containing .kicad_mod files)&quot; &quot;GitHub (.Pretty lib stored on GitHub repos)&quot; &quot;Legacy ( old *.mod lib file)&quot; &quot;Eagle V6 xml library file&quot; &quot;Geda footprint folder (folder containing *.fp files)&quot;</property>
                             <property name="close_button">1</property>
                             <property name="context_help"></property>
                             <property name="context_menu">1</property>

