From 56f7b85f34ad5c098c7d1956dbe4c63794cf0108 Mon Sep 17 00:00:00 2001 From: Paul Guslisty Date: Wed, 2 Jun 2010 20:47:07 +0300 Subject: EXT-7314 FIXED Localized \"Estate / Full Region\" and \"Mainland / Full Region\" strings - Added hardcoded \"Estate / Full Region\" and \"Mainland / Full Region\" to the strings.xml Reviewed by Vadim Savchuk at https://codereview.productengine.com/secondlife/r/483/ --HG-- branch : product-engine --- indra/newview/llfloaterland.cpp | 2 +- indra/newview/skins/default/xui/en/strings.xml | 4 ++++ 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index abdb55ec17..7c5586ec96 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -572,7 +572,7 @@ void LLPanelLandGeneral::refresh() if (regionp) { insert_maturity_into_textbox(mContentRating, gFloaterView->getParentFloater(this), MATURITY); - mLandType->setText(regionp->getSimProductName()); + mLandType->setText(LLTrans::getString(regionp->getSimProductName())); } // estate owner/manager cannot edit other parts of the parcel diff --git a/indra/newview/skins/default/xui/en/strings.xml b/indra/newview/skins/default/xui/en/strings.xml index 8dd5d64e71..2d424e7ab2 100644 --- a/indra/newview/skins/default/xui/en/strings.xml +++ b/indra/newview/skins/default/xui/en/strings.xml @@ -318,6 +318,10 @@ (unknown) + + Estate / Full Region + Mainland / Full Region + All Files Sounds -- cgit v1.2.3