diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-27 14:52:17 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-27 14:52:17 -0400 |
commit | 1e70d53b198e15a85138a8f0ebdf6f77f070f916 (patch) | |
tree | 49d58bf6cd6584834b6e91688ad8bfb34bd38cff /indra/newview/skins/default/xui/pt/floater_toybox.xml | |
parent | 0c84957d312bc3dc31fdb5711317157df73b72e6 (diff) | |
parent | 1b173ed82b65c7bb5f5d5294847a721b64f8cf35 (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_toybox.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_toybox.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_toybox.xml b/indra/newview/skins/default/xui/pt/floater_toybox.xml new file mode 100644 index 0000000000..67076beb0f --- /dev/null +++ b/indra/newview/skins/default/xui/pt/floater_toybox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Toybox" title="PERSONALIZAR BARRAS DE FERRAMENTA"> + <text name="toybox label 1"> + Adicione ou remova botões arrastando-os para dentro ou para fora das barras de ferramentas. + </text> + <text name="toybox label 2"> + Os botões aparecerão como mostrado ou somente como ícone, dependendo das configurações de cada barra de ferramentas. + </text> + <button label="Restaurar padrão" label_selected="Restaurar padrão" name="btn_restore_defaults"/> +</floater> |