diff options
Diffstat (limited to 'linden/indra/newview/llpanelgrouplandmoney.cpp')
-rw-r--r-- | linden/indra/newview/llpanelgrouplandmoney.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/linden/indra/newview/llpanelgrouplandmoney.cpp b/linden/indra/newview/llpanelgrouplandmoney.cpp index a6ffe4f..4c12aa2 100644 --- a/linden/indra/newview/llpanelgrouplandmoney.cpp +++ b/linden/indra/newview/llpanelgrouplandmoney.cpp | |||
@@ -573,7 +573,7 @@ bool LLPanelGroupLandMoney::apply(LLString& mesg) | |||
573 | { | 573 | { |
574 | if (!mImplementationp->applyContribution() ) | 574 | if (!mImplementationp->applyContribution() ) |
575 | { | 575 | { |
576 | mesg.assign("Unable to set your land contribution."); | 576 | mesg.assign(getUIString("land_contrib_error")); |
577 | return false; | 577 | return false; |
578 | } | 578 | } |
579 | 579 | ||