mirror of
https://github.com/parchlinux/calamares.git
synced 2025-06-25 16:38:21 -04:00
Retranslate diagnostics button.
This commit is contained in:
parent
00565d0f12
commit
f00a557d07
1 changed files with 5 additions and 1 deletions
|
@ -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…
Add table
Add a link
Reference in a new issue