Diagnostics is now debug information
This commit is contained in:
parent
5951208c1b
commit
ea3b2295ec
@ -92,7 +92,7 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
|||||||
{
|
{
|
||||||
QPushButton* debugWindowBtn = new QPushButton;
|
QPushButton* debugWindowBtn = new QPushButton;
|
||||||
CALAMARES_RETRANSLATE(
|
CALAMARES_RETRANSLATE(
|
||||||
debugWindowBtn->setText( tr( "Show diagnostics" ) );
|
debugWindowBtn->setText( tr( "Show debug information" ) );
|
||||||
)
|
)
|
||||||
sideLayout->addWidget( debugWindowBtn );
|
sideLayout->addWidget( debugWindowBtn );
|
||||||
debugWindowBtn->setFlat( true );
|
debugWindowBtn->setFlat( true );
|
||||||
|
Loading…
Reference in New Issue
Block a user