1
0
mirror of https://github.com/Ylianst/MeshCommander synced 2025-12-06 06:03:20 +00:00

Fixed typo.

This commit is contained in:
Ylian Saint-Hilaire
2021-12-01 16:13:55 -08:00
parent bdda749077
commit a8b7be7c55

View File

@@ -3517,7 +3517,7 @@
function newComputerList() {
if (xxdialogMode) return;
QH('id_dialogMessage', 'Clear list of know Intel® AMT computers?');
QH('id_dialogMessage', "Clear list of known Intel® AMT computers?");
setDialogMode(1, "New Computer List", 3, newComputerListOk);
}