diff options
-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()) { |