aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview
diff options
context:
space:
mode:
Diffstat (limited to 'linden/indra/newview')
-rw-r--r--linden/indra/newview/llpanelavatar.cpp2
1 files changed, 1 insertions, 1 deletions
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**)
1902 targs["[DAYS]"] = numberString.str(); 1902 targs["[DAYS]"] = numberString.str();
1903 std::string born_msg = self->mPanelSecondLife->getString("days_old_text"); 1903 std::string born_msg = self->mPanelSecondLife->getString("days_old_text");
1904 LLStringUtil::format(born_msg, targs); 1904 LLStringUtil::format(born_msg, targs);
1905 born_on += " "; 1905 born_on += " ";
1906 born_on += born_msg; 1906 born_on += born_msg;
1907 self->mPanelSecondLife->childSetValue("born", born_on); 1907 self->mPanelSecondLife->childSetValue("born", born_on);
1908 1908