diff --git a/indra/newview/llstartup.cpp b/indra/newview/llstartup.cpp
index ee18c37558bdc76b703838c2609648335ae4189c..25603202574bd13caca7b80c634fc4ddbf9ecf41 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())
 			{