aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/linden/indra/newview/llpanelgrouplandmoney.cpp
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--linden/indra/newview/llpanelgrouplandmoney.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp
index 1914901..b8c9e69 100644
--- a/linden/indra/newview/llpanelgrouplandmoney.cpp
+++ b/linden/indra/newview/llpanelgrouplandmoney.cpp
@@ -571,7 +571,7 @@ bool LLPanelGroupLandMoney::apply(std::string& mesg)
571{ 571{
572 if (!mImplementationp->applyContribution() ) 572 if (!mImplementationp->applyContribution() )
573 { 573 {
574 mesg.assign(getUIString("land_contrib_error")); 574 mesg = getString("land_contrib_error");
575 return false; 575 return false;
576 } 576 }
577 577