From b61d41cb5420886a184dd14b8c8b3f9e3fb21d3f Mon Sep 17 00:00:00 2001 From: xavier Date: Fri, 10 Dec 2010 17:07:42 +0000 Subject: [PATCH] localized message fixes. --- Scripts/Mobiles/PlayerMobile.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Scripts/Mobiles/PlayerMobile.cs b/Scripts/Mobiles/PlayerMobile.cs index 18c5986eb..e97228dd5 100644 --- a/Scripts/Mobiles/PlayerMobile.cs +++ b/Scripts/Mobiles/PlayerMobile.cs @@ -2183,7 +2183,7 @@ namespace Server.Mobiles { if (m_NonAutoreinsuredItems > 0) { - SendMessage("You do not have the gold to automatically reinsure all your items."); + SendLocalizedMessage(1061115); } base.OnDeath(c); @@ -4344,7 +4344,7 @@ namespace Server.Mobiles } else { - SendMessage( 1049612, pet.Name ); // ~1_NAME~ remained in the stables because you have too many followers. + SendLocalizedMessage( 1049612, pet.Name ); // ~1_NAME~ remained in the stables because you have too many followers. } }