forked from qt-creator/qt-creator
ExtensionManager: Make restart string translatable
Change-Id: I1505625e23a1ec67876d34bda0592ee6e9fa47c4 Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
@@ -280,7 +280,7 @@ public:
|
||||
{
|
||||
m_label = new InfoLabel;
|
||||
m_checkBox = new QCheckBox(Tr::tr("Load on Start"));
|
||||
m_restartButton = new Button("Restart now", Button::MediumPrimary);
|
||||
m_restartButton = new Button(Tr::tr("Restart now"), Button::MediumPrimary);
|
||||
m_restartButton->setVisible(false);
|
||||
m_pluginView.hide();
|
||||
|
||||
|
Reference in New Issue
Block a user