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;
diff --git a/indra/newview/skins/heretic/skin_settings.xml b/indra/newview/skins/heretic/skin_settings.xml
index 567095001d62140f9e700520d37a631b6f086a09..d0d8c5c8f85c796960cef1e71cbcc31cf4f1b557 100644
--- a/indra/newview/skins/heretic/skin_settings.xml
+++ b/indra/newview/skins/heretic/skin_settings.xml
@@ -1,4 +1,4 @@
-<?xml version="1.0" encoding="utf-8"?>
+<?xml version="1.0" encoding="utf-8"?>
 <llsd xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance"
       xsi:noNamespaceSchemaLocation="llsd.xsd">
 	<map>
@@ -13,7 +13,7 @@
 			<key>Type</key>
 			<string>Boolean</string>
 			<key>Value</key>
-			<boolean>1</boolean>
+			<boolean>0</boolean>
 		</map>
 		<key>LegacyNotificationWell</key>
 		<map>