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:
jean-pierre charras 2022-08-21 08:39:42 +02:00
parent a5283d91eb
commit 1a18f9a839
1 changed files with 1 additions and 1 deletions

View File

@ -828,7 +828,7 @@ void KICAD_MANAGER_FRAME::OnIdle( wxIdleEvent& aEvent )
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 )
== wxYES )
{