Make the "PAUSED" toolbar string translatable

This commit is contained in:
Alexander Babikov
2022-02-13 07:03:37 +05:00
parent 9ff4277556
commit e0593523f2
45 changed files with 67 additions and 66 deletions

View File

@@ -128,7 +128,7 @@ MainWindow::MainWindow(QWidget *parent) :
connect(this, &MainWindow::setTitle, this, [this,toolbar_label](const QString& title) {
if (dopause && !hide_tool_bar)
{
toolbar_label->setText(toolbar_label->text() + " - PAUSED -");
toolbar_label->setText(toolbar_label->text() + tr(" - PAUSED"));
return;
}
if (!hide_tool_bar)