On Thu May 1 13:50:50 2025 +0000, Elizabeth Figura wrote:
+ snprintf( msg, sizeof( msg ), + "Pair with \"%s\" (%02X:%02X:%02X:%02X:%02X:%02X) using the following PIN/passkey value: %lu?", + request->device_info.name, addr.rgBytes[0], addr.rgBytes[1], addr.rgBytes[2], addr.rgBytes[3], + addr.rgBytes[4], addr.rgBytes[5], request->numeric_value_or_passkey ); + ret = MessageBoxA( NULL, msg, "Confirm pairing", MB_YESNO );
Both of these strings look like they should be translated.
The strings should be i18n-ed in the latest version, thanks.