Merge branch 'justincc-master'

master-beforevarregion
Justin Clark-Casey (justincc) 2014-01-10 20:46:00 +00:00
commit 09e800f4b1
2 changed files with 2 additions and 1 deletions

View File

@ -75,6 +75,7 @@ what it is today.
* Chris Yeoh (IBM)
* controlbreak
* coyled
* ctrlaltdavid
* Daedius
* daTwitch
* devalnor-#708

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