summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJoshua Bell <josh@lindenlab.com>2011-05-16 10:08:09 -0700
committerJoshua Bell <josh@lindenlab.com>2011-05-16 10:08:09 -0700
commitf440cd4af6cb7cd791e5f0eddb8dc9b99a37e0b0 (patch)
tree94717a5d27eb6673bd398bc16be31170d856fe98
parent48a5f6a9f225e3d75eb4f64da654e91b117b32ba (diff)
WIP viewer side of ER-864: comment change
-rw-r--r--indra/newview/llstartup.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index ee18c37558..2560320257 100644
--- a/indra/newview/llstartup.cpp
+++ b/indra/newview/llstartup.cpp
@@ -1012,7 +1012,7 @@ bool idle_startup()
if(!message_id.empty() && LLTrans::findString(message, message_id, response["message_args"]))
{
- // message will be populated with the templated string
+ // message will be filled in with the template and arguments
}
else if(!message_response.empty())
{