diff options
author | Joshua Bell <josh@lindenlab.com> | 2011-05-16 10:08:09 -0700 |
---|---|---|
committer | Joshua Bell <josh@lindenlab.com> | 2011-05-16 10:08:09 -0700 |
commit | f440cd4af6cb7cd791e5f0eddb8dc9b99a37e0b0 (patch) | |
tree | 94717a5d27eb6673bd398bc16be31170d856fe98 /indra/newview/llstartup.cpp | |
parent | 48a5f6a9f225e3d75eb4f64da654e91b117b32ba (diff) |
WIP viewer side of ER-864: comment change
Diffstat (limited to 'indra/newview/llstartup.cpp')
-rw-r--r-- | indra/newview/llstartup.cpp | 2 |
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()) { |