Retranslate diagnostics button.
This commit is contained in:
parent
00565d0f12
commit
f00a557d07
@ -24,6 +24,7 @@
|
||||
#include "utils/CalamaresStyle.h"
|
||||
#include "utils/Logger.h"
|
||||
#include "utils/DebugWindow.h"
|
||||
#include "utils/Retranslator.h"
|
||||
#include "Settings.h"
|
||||
#include "Branding.h"
|
||||
|
||||
@ -89,7 +90,10 @@ CalamaresWindow::CalamaresWindow( QWidget* parent )
|
||||
|
||||
if ( Calamares::Settings::instance()->debugMode() )
|
||||
{
|
||||
QPushButton* debugWindowBtn = new QPushButton( tr( "Show diagnostics" ) );
|
||||
QPushButton* debugWindowBtn = new QPushButton;
|
||||
CALAMARES_RETRANSLATE(
|
||||
debugWindowBtn->setText( tr( "Show diagnostics" ) );
|
||||
)
|
||||
sideLayout->addWidget( debugWindowBtn );
|
||||
debugWindowBtn->setFlat( true );
|
||||
debugWindowBtn->setCheckable( true );
|
||||
|
Loading…
Reference in New Issue
Block a user