From de9273d80b15ba3cd3bdd2c4f9d6801f4f359238 Mon Sep 17 00:00:00 2001 From: angela Date: Thu, 3 Dec 2009 09:16:29 +0800 Subject: EXT-2854 Replace instances in the viewer with the final search maturity names --- indra/newview/app_settings/settings.xml | 24 +++++++++++----------- indra/newview/llfloaterbuyland.cpp | 6 +++++- .../skins/default/xui/en/floater_about_land.xml | 6 +++--- .../skins/default/xui/en/floater_report_abuse.xml | 2 +- .../skins/default/xui/en/floater_world_map.xml | 2 +- .../skins/default/xui/en/panel_classified.xml | 4 ++-- .../skins/default/xui/en/panel_classified_info.xml | 4 ++-- .../skins/default/xui/en/panel_place_profile.xml | 2 +- .../skins/default/xui/en/panel_region_general.xml | 2 +- .../default/xui/en/panel_region_general_layout.xml | 6 +++--- 10 files changed, 31 insertions(+), 27 deletions(-) diff --git a/indra/newview/app_settings/settings.xml b/indra/newview/app_settings/settings.xml index e69adad190..d9607e5f6b 100644 --- a/indra/newview/app_settings/settings.xml +++ b/indra/newview/app_settings/settings.xml @@ -7967,7 +7967,7 @@ ShowPGSearchAll Comment - Display results of search All that are flagged as PG + Display results of search All that are flagged as general Persist 1 HideFromEditor @@ -7980,7 +7980,7 @@ ShowMatureSearchAll Comment - Display results of search All that are flagged as mature + Display results of search All that are flagged as moderate Persist 1 HideFromEditor @@ -8006,7 +8006,7 @@ ShowPGGroups Comment - Display results of find groups that are flagged as PG + Display results of find groups that are flagged as general Persist 1 HideFromEditor @@ -8019,7 +8019,7 @@ ShowMatureGroups Comment - Display results of find groups that are flagged as mature + Display results of find groups that are flagged as moderate Persist 1 HideFromEditor @@ -8045,7 +8045,7 @@ ShowPGClassifieds Comment - Display results of find classifieds that are flagged as PG + Display results of find classifieds that are flagged as general Persist 1 HideFromEditor @@ -8058,7 +8058,7 @@ ShowMatureClassifieds Comment - Display results of find classifieds that are flagged as mature + Display results of find classifieds that are flagged as moderate Persist 1 HideFromEditor @@ -8084,7 +8084,7 @@ ShowPGEvents Comment - Display results of find events that are flagged as PG + Display results of find events that are flagged as general Persist 1 HideFromEditor @@ -8097,7 +8097,7 @@ ShowMatureEvents Comment - Display results of find events that are flagged as mature + Display results of find events that are flagged as moderate Persist 1 HideFromEditor @@ -8123,7 +8123,7 @@ ShowPGLand Comment - Display results of find land sales that are flagged as PG + Display results of find land sales that are flagged as general Persist 1 HideFromEditor @@ -8136,7 +8136,7 @@ ShowMatureLand Comment - Display results of find land sales that are flagged as mature + Display results of find land sales that are flagged as moderate Persist 1 HideFromEditor @@ -8162,7 +8162,7 @@ ShowPGSims Comment - Display results of find places or find popular that are in PG sims + Display results of find places or find popular that are in general sims Persist 1 HideFromEditor @@ -8175,7 +8175,7 @@ ShowMatureSims Comment - Display results of find places or find popular that are in mature sims + Display results of find places or find popular that are in moderate sims Persist 1 HideFromEditor diff --git a/indra/newview/llfloaterbuyland.cpp b/indra/newview/llfloaterbuyland.cpp index 59985a61ff..3a8c3ab4d2 100644 --- a/indra/newview/llfloaterbuyland.cpp +++ b/indra/newview/llfloaterbuyland.cpp @@ -494,10 +494,14 @@ void LLFloaterBuyLandUI::updateCovenantInfo() LLViewerRegion* region = LLViewerParcelMgr::getInstance()->getSelectionRegion(); if(!region) return; + U8 sim_access = region->getSimAccess(); + std::string rating = LLViewerRegion::accessToString(sim_access); + LLTextBox* region_name = getChild("region_name_text"); if (region_name) { - region_name->setText(region->getName()); + std::string region_name_txt = region->getName() + " ("+rating +")"; + region_name->setText(region_name_txt); } LLTextBox* region_type = getChild("region_type_text"); diff --git a/indra/newview/skins/default/xui/en/floater_about_land.xml b/indra/newview/skins/default/xui/en/floater_about_land.xml index 6706ef0c8b..05fc48f3a8 100644 --- a/indra/newview/skins/default/xui/en/floater_about_land.xml +++ b/indra/newview/skins/default/xui/en/floater_about_land.xml @@ -1181,7 +1181,7 @@ Only large parcels can be listed in search. - Explicit Content + Adult Content @@ -1189,7 +1189,7 @@ Only large parcels can be listed in search. - Your parcel information or content is considered explicit. + Your parcel information or content is considered adult. @@ -1478,7 +1478,7 @@ Only large parcels can be listed in search. diff --git a/indra/newview/skins/default/xui/en/panel_classified_info.xml b/indra/newview/skins/default/xui/en/panel_classified_info.xml index df889e87c3..5c594d3f14 100644 --- a/indra/newview/skins/default/xui/en/panel_classified_info.xml +++ b/indra/newview/skins/default/xui/en/panel_classified_info.xml @@ -11,11 +11,11 @@ width="333"> - Mature + Moderate - PG Content + General Content