mirror of
https://github.com/opensim/opensim.git
synced 2026-06-30 02:57:02 +08:00
Fixed llTextBox error message text
This commit is contained in:
committed by
Justin Clark-Casey (justincc)
parent
9050c152b4
commit
08f2fc63cd
@@ -4397,7 +4397,7 @@ namespace OpenSim.Region.ScriptEngine.Shared.Api
|
||||
UUID av = new UUID();
|
||||
if (!UUID.TryParse(agent,out av))
|
||||
{
|
||||
LSLError("First parameter to llDialog needs to be a key");
|
||||
LSLError("First parameter to llTextBox needs to be a key");
|
||||
return;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user