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

@@ -206,6 +206,6 @@ QString DeviceConfig::DeviceName(const _device_* device, const char *internalNam
} else {
char temp[512];
device_get_name(device, bus, temp);
return temp;
return tr(temp, nullptr, 512);
}
}