Kicad/PCM: Better message asking for **plugins** update.
Previous message asked for update, but the update is not for Kicad, only for loaded plugins
This commit is contained in:
parent
a5283d91eb
commit
1a18f9a839
|
@ -828,7 +828,7 @@ void KICAD_MANAGER_FRAME::OnIdle( wxIdleEvent& aEvent )
|
||||||
|
|
||||||
if( settings->m_updateCheck == KICAD_SETTINGS::UPDATE_CHECK::UNINITIALIZED )
|
if( settings->m_updateCheck == KICAD_SETTINGS::UPDATE_CHECK::UNINITIALIZED )
|
||||||
{
|
{
|
||||||
if( wxMessageBox( _( "Would you like to automatically check for updates on startup?" ),
|
if( wxMessageBox( _( "Would you like to automatically check for plugin updates on startup?" ),
|
||||||
_( "Check for updates" ), wxICON_QUESTION | wxYES_NO, this )
|
_( "Check for updates" ), wxICON_QUESTION | wxYES_NO, this )
|
||||||
== wxYES )
|
== wxYES )
|
||||||
{
|
{
|
||||||
|
|
Loading…
Reference in New Issue