Make Import Settings button label more specific.

Fixes: lp:1826477
* https://bugs.launchpad.net/kicad/+bug/1826477
This commit is contained in:
Jeff Young 2019-04-26 14:59:12 +01:00
parent 6536b4766c
commit 69cdb4a76c
1 changed files with 1 additions and 1 deletions

View File

@ -29,7 +29,7 @@
#include "dialog_board_setup.h"
DIALOG_BOARD_SETUP::DIALOG_BOARD_SETUP( PCB_EDIT_FRAME* aFrame ) :
PAGED_DIALOG( aFrame, _( "Board Setup" ), _( "Import Settings..." ) ),
PAGED_DIALOG( aFrame, _( "Board Setup" ), _( "Import Settings from Another Project..." ) ),
m_frame( aFrame )
{
m_layers = new PANEL_SETUP_LAYERS( this, aFrame );