Fixed llTextBox error message text

This commit is contained in:
David Rowe
2014-01-09 15:35:12 -08:00
committed by Justin Clark-Casey (justincc)
parent 9050c152b4
commit 08f2fc63cd

View File

@@ -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;
}