diff --git a/indra/newview/llpanelprofilelegacy.cpp b/indra/newview/llpanelprofilelegacy.cpp
index e6b9428bffe59c30957c8016f22d6ddc83ba4cf4..de6167984017908e9b8af14a5766c9fea5ec6b1d 100644
--- a/indra/newview/llpanelprofilelegacy.cpp
+++ b/indra/newview/llpanelprofilelegacy.cpp
@@ -461,7 +461,7 @@ void LLPanelProfileLegacy::processProperties(void* data, EAvatarProcessorType ty
             getChild<LLLineEditor>("www_edit")->setText(pData->profile_url);
 
             LLStringUtil::format_map_t args;
-            std::string birth_date = LLTrans::getString("AvatarBirthDateFormat");
+            std::string birth_date = LLTrans::getString("AvatarBirthDateFormatFull");
             LLStringUtil::format(birth_date, LLSD().with("datetime", static_cast<S32>(pData->born_on.secondsSinceEpoch())));
             args["[AGE]"] = LLDateUtil::ageFromDate(pData->born_on, LLDate::now());
             args["[REZDAY]"] = birth_date;