Assorted string fixes, mostly for consistency.

This commit is contained in:
OBattler
2024-11-10 02:23:21 +01:00
parent a3ad407a21
commit 55b091fb58
13 changed files with 31 additions and 23 deletions

View File

@@ -127,7 +127,7 @@ SettingsNetwork::onCurrentMachineChanged(int machineId)
}
if (network_card_available(c) && device_is_valid(network_card_getdevice(c), machineId)) {
int row = Models::AddEntry(model, name, c);
int row = Models::AddEntry(model, tr(name.toUtf8().data()), c);
if (c == net_cards_conf[i].device_num) {
selectedRow = row - removeRows;
}