mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-26 08:58:22 -04:00
Diagnostics is now debug information
This commit is contained in:
parent
5951208c1b
commit
ea3b2295ec
1 changed files with 1 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue