From f440cd4af6cb7cd791e5f0eddb8dc9b99a37e0b0 Mon Sep 17 00:00:00 2001
From: Joshua Bell <josh@lindenlab.com>
Date: Mon, 16 May 2011 10:08:09 -0700
Subject: [PATCH] WIP viewer side of ER-864: comment change

---
 indra/newview/llstartup.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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