diff options
author | Paul ProductEngine <pguslisty@productengine.com> | 2012-01-17 13:40:35 +0200 |
---|---|---|
committer | Paul ProductEngine <pguslisty@productengine.com> | 2012-01-17 13:40:35 +0200 |
commit | 83138403ec6bb839d38b1d72c286df1121d08be9 (patch) | |
tree | b7d5714fbbae80b3ef9290915ce8c6688846a300 /indra/newview/llfloaterland.cpp | |
parent | 7092a07045e0bc17c503c0bc81e3f038bd1516e8 (diff) |
EXP-1768 FIXED (incomplete sentence for translation)
The whole sentence was split to two parts:
First pars was in panel.string and the second one in the text box. I combined them both in "allow_label5" text box and also I deleted unnecessary panel.string with the first part of the sentence.
Diffstat (limited to 'indra/newview/llfloaterland.cpp')
-rw-r--r-- | indra/newview/llfloaterland.cpp | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/indra/newview/llfloaterland.cpp b/indra/newview/llfloaterland.cpp index b13a9aab88..d8e4aa03f7 100644 --- a/indra/newview/llfloaterland.cpp +++ b/indra/newview/llfloaterland.cpp @@ -2025,7 +2025,6 @@ void LLPanelLandOptions::refresh() } mSeeAvatarsCtrl->set(parcel->getSeeAVs()); - mSeeAvatarsCtrl->setLabel(getString("see_avs_text")); mSeeAvatarsCtrl->setEnabled(can_change_options && parcel->getHaveNewParcelLimitData()); BOOL can_change_landing_point = LLViewerParcelMgr::isParcelModifiableByAgent(parcel, |