Even more strings changes

This commit is contained in:
Cacodemon345
2022-01-06 16:58:11 +06:00
parent abefa65e26
commit 970430f721
15 changed files with 97 additions and 95 deletions

View File

@@ -29,7 +29,7 @@ SettingsPorts::SettingsPorts(QWidget *parent) :
break;
}
Models::AddEntry(model, lptName, c);
Models::AddEntry(model, tr(lptName), c);
if (c == lpt_ports[i].device) {
selectedRow = c;
}