SL-12817 New text for snapshot upload

master
Andrey Kleshchev 2020-03-10 16:33:55 +02:00
parent e4a8942843
commit 3f96aeff8c
4 changed files with 19 additions and 4 deletions

View File

@ -136,7 +136,6 @@ BOOL LLPanelSnapshotInventory::postBuild()
// virtual
void LLPanelSnapshotInventory::onOpen(const LLSD& key)
{
getChild<LLUICtrl>("hint_lbl")->setTextArg("[UPLOAD_COST]", llformat("%d", LLAgentBenefitsMgr::current().getTextureUploadCost()));
LLPanelSnapshot::onOpen(key);
}

View File

@ -41,7 +41,7 @@
<text
follows="top|left"
font="SansSerif"
height="56"
height="126"
layout="topleft"
left="10"
length="1"
@ -50,7 +50,9 @@
width="200"
type="string"
word_wrap="true">
Uploading an image to your inventory costs L$[UPLOAD_COST].
Uploading an image to your inventory costs L$[UPLOAD_COST].
Fee is based on your subscription level. Higher levels are charged lower fees.
</text>
<button
follows="right|bottom"

View File

@ -118,7 +118,7 @@
width="200"
type="string"
word_wrap="true">
Saving an image to your inventory costs L$[UPLOAD_COST]. To save your image as a texture select one of the square formats.
To save your image as a texture select one of the square formats.
</text>
<button
follows="right|bottom"

View File

@ -73,4 +73,18 @@
<button.commit_callback
function="Snapshot.SaveToEmail" />
</button>
<text
follows="top|left"
font="SansSerif"
height="56"
layout="topleft"
left="10"
length="1"
name="fee_hint_lbl"
top_pad="7"
width="200"
type="string"
word_wrap="true">
Fee is based on your subscription level. Higher levels are charged lower fees.
</text>
</panel>