diff options
author | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
---|---|---|
committer | Jacek Antonelli | 2008-08-15 23:45:13 -0500 |
commit | c206147ceffd6836bf0f6fe50d0ae4de77c7dcba (patch) | |
tree | d8c59df84d01578baea97fb84899a547218f2c8d /linden/indra/newview/llpanelgrouplandmoney.cpp | |
parent | Second Life viewer sources 1.18.4.0-RC (diff) | |
download | meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.zip meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.gz meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.bz2 meta-impy-c206147ceffd6836bf0f6fe50d0ae4de77c7dcba.tar.xz |
Second Life viewer sources 1.18.4.1-RC
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 | ||