fix message box Korean translate #1392

Signed-off-by: si458 <simonsmith5521@gmail.com>
This commit is contained in:
si458
2024-07-22 11:26:51 +01:00
parent 4b891c5be0
commit 31c323583b
2 changed files with 5 additions and 10 deletions

View File

@@ -8223,7 +8223,7 @@
function deviceMessageFunction() {
if (xxdialogMode) return;
var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device" + '</div>';
var x = '<div style=margin-bottom:4px>' + "Display a message box on the remote device." + '</div>';
x += '<textarea id=d2devMessage style=background-color:#fcf3cf;width:100%;height:80px;resize:none;overflow-y:scroll;box-sizing:border-box;margin-bottom:4px></textarea>';
x += '<select style=width:100% id=d2devTimeout>';
x += '<option value=2 selected>' + "Show for 2 Minutes (Default)" + '</option>';