diff options
author | Loren Shih <seraph@lindenlab.com> | 2010-03-29 15:33:48 -0400 |
---|---|---|
committer | Loren Shih <seraph@lindenlab.com> | 2010-03-29 15:33:48 -0400 |
commit | b1b5a11bb0f581e66a2922841920d5fb40755bac (patch) | |
tree | 0d9192ee19fc6abbffc8e82e8895f7a78e9cfa14 /indra/lscript | |
parent | 3ce8365062ff887f85ffb843d11d84038651b0a4 (diff) |
EXT-3075 : Remove swear words from comments across viewer
This bugs me in a minor way. Did a search-and-cleanup on various swear words.
Diffstat (limited to 'indra/lscript')
-rw-r--r-- | indra/lscript/lscript_execute/lscript_execute.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/lscript/lscript_execute/lscript_execute.cpp b/indra/lscript/lscript_execute/lscript_execute.cpp index e849fa9a6e..8de54aeda5 100644 --- a/indra/lscript/lscript_execute/lscript_execute.cpp +++ b/indra/lscript/lscript_execute/lscript_execute.cpp @@ -520,7 +520,7 @@ void LLScriptExecuteLSL2::callNextQueuedEventHandler(U64 event_register, const L } else { - llwarns << "Shit, somehow got an event that we're not registered for!" << llendl; + llwarns << "Somehow got an event that we're not registered for!" << llendl; } delete eventdata; } |