diff options
author | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-16 13:58:56 +0000 |
---|---|---|
committer | Tofu Linden <tofu.linden@lindenlab.com> | 2010-02-16 13:58:56 +0000 |
commit | 28b18148f5383026ba8ef8be6e8bdb51e470565b (patch) | |
tree | bbc1f4d692fabfad7a69e4be2cf2dd6c35a5c5b7 /indra/newview/skins/default | |
parent | 50a77cd2d37068c384aa27ee42074744934fb92d (diff) |
EXT-5434 Texture Preview floater "Cancel" button DELETES TEXTURES
The 'Cancel' button was completely mis-named. Everything in the code - and even the button name - says this is the 'Discard' button. And that's what it does. So I simply changed the label to indicate this.
Diffstat (limited to 'indra/newview/skins/default')
-rw-r--r-- | indra/newview/skins/default/xui/en/floater_preview_texture.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/en/floater_preview_texture.xml b/indra/newview/skins/default/xui/en/floater_preview_texture.xml index fc6f06ffd4..7fd7eab867 100644 --- a/indra/newview/skins/default/xui/en/floater_preview_texture.xml +++ b/indra/newview/skins/default/xui/en/floater_preview_texture.xml @@ -118,7 +118,7 @@ <button follows="right|bottom" height="22" - label="Cancel" + label="Discard" layout="topleft" left_pad="5" name="Discard" |