diff --git a/indra/newview/llagentwearables.cpp b/indra/newview/llagentwearables.cpp
index e75d94bb2c146862fa36cda91c4f68300950c08e..79ba3fb51d71b5523a381ee0f1b43567b822aa0a 100644
--- a/indra/newview/llagentwearables.cpp
+++ b/indra/newview/llagentwearables.cpp
@@ -872,7 +872,7 @@ void LLAgentWearables::processAgentInitialWearablesUpdate(LLMessageSystem* mesgs
 		return;
 	mInitialWearablesUpdateReceived = true;
 	
-	// If this is the very first time the user has logged into viewer2+ from a legacy viewer,
+	// If this is the very first time the user has logged into viewer2+ (from a legacy viewer, or new account)
 	// then auto-populate outfits from the library into the My Outfits folder.
 	if (LLInventoryModel::getIsFirstTimeInViewer2())
 	{