summaryrefslogtreecommitdiff
path: root/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
diff options
context:
space:
mode:
authorDmitry Zaporozhan <dzaporozhan@productengine.com>2010-04-01 14:07:45 +0300
committerDmitry Zaporozhan <dzaporozhan@productengine.com>2010-04-01 14:07:45 +0300
commit9c0087c0a68b37718dbedae0e5a99b8a5920c318 (patch)
tree2f221c7c92e20ad4ebbabac61962bef58af6c9c0 /indra/newview/skins/default/xui/en/widgets/expandable_text.xml
parent69833aff50b1d1d360ff5568314d347dd3df40f5 (diff)
Fixed normal bug EXT-6023 - [HARD CODED]? Side Bar : "More" link inside "Profile" and "Pick"
According to ticket, files in "widgets" folder are not localized and "more_label" is not a translatable attribute. Replaced "more_label" with "label". expandable_text "More" text is accessible through "textbox.label" attribute. Added "textbox.label" to every expandable_text to make "More" text localizable. --HG-- branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/en/widgets/expandable_text.xml')
-rw-r--r--indra/newview/skins/default/xui/en/widgets/expandable_text.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/widgets/expandable_text.xml b/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
index d9b6387f0d..6190ea7872 100644
--- a/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
+++ b/indra/newview/skins/default/xui/en/widgets/expandable_text.xml
@@ -5,7 +5,7 @@
allow_html="true"
allow_scroll="true"
bg_visible="false"
- more_label="More"
+ label="More"
follows="left|top|right"
name="text"
read_only="true"