From 0973e9b5f0af1e31a355bbd51b7e42668ec61b92 Mon Sep 17 00:00:00 2001
From: McCabe Maxsted
Date: Fri, 27 Aug 2010 14:41:37 -0700
Subject: Inch the avatar's age closer to the date, since certain 4 digit ages
 hide the ending ')'

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

(limited to 'linden/indra')

diff --git a/linden/indra/newview/llpanelavatar.cpp b/linden/indra/newview/llpanelavatar.cpp
index ad0f47f..33f4cd6 100644
--- a/linden/indra/newview/llpanelavatar.cpp
+++ b/linden/indra/newview/llpanelavatar.cpp
@@ -1902,7 +1902,7 @@ void LLPanelAvatar::processAvatarPropertiesReply(LLMessageSystem *msg, void**)
 		targs["[DAYS]"] = numberString.str();
 		std::string born_msg = self->mPanelSecondLife->getString("days_old_text");
 		LLStringUtil::format(born_msg, targs);
-		born_on += "  ";
+		born_on += " ";
 		born_on += born_msg;
 		self->mPanelSecondLife->childSetValue("born", born_on);
 
-- 
cgit v1.1