mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -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;
|
||||
CALAMARES_RETRANSLATE(
|
||||
debugWindowBtn->setText( tr( "Show diagnostics" ) );
|
||||
debugWindowBtn->setText( tr( "Show debug information" ) );
|
||||
)
|
||||
sideLayout->addWidget( debugWindowBtn );
|
||||
debugWindowBtn->setFlat( true );
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue