Fixed llTextBox error message text

master-beforevarregion
David Rowe 2014-01-09 15:35:12 -08:00 committed by Justin Clark-Casey (justincc)
parent 9050c152b4
commit 08f2fc63cd
1 changed files with 1 additions and 1 deletions

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