ExtensionManager: Make restart string translatable

Change-Id: I1505625e23a1ec67876d34bda0592ee6e9fa47c4
Reviewed-by: Alessandro Portale <alessandro.portale@qt.io>
This commit is contained in:
hjk
2024-06-25 17:23:07 +02:00
parent cc05c16377
commit 313ed327be

View File

@@ -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();