Update some missing i18n strings

This commit is contained in:
Bill Somerville
2020-07-13 00:55:42 +01:00
parent 8c7e4ba42f
commit bcff949025
15 changed files with 3921 additions and 2736 deletions
+1 -1
View File
@@ -292,7 +292,7 @@ EqualizationToolsDialog::impl::impl (EqualizationToolsDialog * self
| QDialogButtonBox::RestoreDefaults | QDialogButtonBox::Close
, Qt::Vertical}
{
setWindowTitle (windowTitle () + ' ' + tr (title));
setWindowTitle (windowTitle () + ' ' + tr ("Equalization Tools"));
resize (500, 600);
{
SettingsGroup g {settings_, title};