Fix to revert "Code Review Test: Fix language strings improp"

This reverts commit 42142f7a5f.
This commit is contained in:
Ilia Ross
2026-05-18 14:53:43 +02:00
parent 42142f7a5f
commit b6025b2fc2

View File

@@ -671,8 +671,8 @@ else {
local $js2 = "onClick='form.db_def[2].checked = true'";
$rv = &ui_radio("db_def", $db eq '%' || $db eq '' ? 1 :
$ind ? 2 : 0,
[ [ 1, text{'host_any'} ],
[ 2, text{'host_sel'}." ".
[ [ 1, $text{'host_any'} ],
[ 2, $text{'host_sel'}." ".
&ui_select("dbs", $_[0], \@opts, 1, 0, 0, 0,$js1) ],
[ 0, $text{'host_otherdb'}." ".
&ui_textbox("db", $db eq '%' || $db eq '' ||