diff options
author | Logan Dethrow <log@lindenlab.com> | 2011-06-30 19:24:39 -0400 |
---|---|---|
committer | Logan Dethrow <log@lindenlab.com> | 2011-06-30 19:24:39 -0400 |
commit | aec182e3dbc2e4c492167fc250583b9de5ec43f8 (patch) | |
tree | c4a56b20693ac7ee4a203d0bd58a5992fdce66b8 /indra/newview/llfloatersellland.cpp | |
parent | 73afcff635f3d25432167ca43ab0b82aadd6c687 (diff) | |
parent | f07173a9689237bf2d8218600c15d6bf4d047cdc (diff) |
Merge
Diffstat (limited to 'indra/newview/llfloatersellland.cpp')
-rw-r--r-- | indra/newview/llfloatersellland.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/llfloatersellland.cpp b/indra/newview/llfloatersellland.cpp index 8558a1277c..3434841d09 100644 --- a/indra/newview/llfloatersellland.cpp +++ b/indra/newview/llfloatersellland.cpp @@ -41,6 +41,7 @@ #include "llviewerparcelmgr.h" #include "lluictrlfactory.h" #include "llviewerwindow.h" +#include "lltrans.h" class LLAvatarName; @@ -451,7 +452,7 @@ void LLFloaterSellLandUI::doSellLand(void *userdata) // Do a confirmation S32 sale_price = self->getChild<LLUICtrl>("price")->getValue(); S32 area = parcel->getArea(); - std::string authorizedBuyerName = "Anyone"; + std::string authorizedBuyerName = LLTrans::getString("Anyone"); bool sell_to_anyone = true; if ("user" == self->getChild<LLUICtrl>("sell_to")->getValue().asString()) { |