diff options
author | Nat Goodspeed <nat@lindenlab.com> | 2012-02-07 13:11:39 -0500 |
---|---|---|
committer | Nat Goodspeed <nat@lindenlab.com> | 2012-02-07 13:11:39 -0500 |
commit | 3bcd4f4608a7ce33b61c6978544096436dea4e53 (patch) | |
tree | 6ef7168a6ec646c023d2f4badc9a0960d20eea3e /indra/newview/skins/default/xui/pt/floater_toybox.xml | |
parent | 33a42b32ca72031a79edca821966f6ebbdcddc93 (diff) | |
parent | 5e367f0d9de593c45683f7c640024a378bb03919 (diff) |
Merge daggy fix at r32811ea374ab to tip
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_toybox.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_toybox.xml | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_toybox.xml b/indra/newview/skins/default/xui/pt/floater_toybox.xml index 67076beb0f..3677c3b1f5 100644 --- a/indra/newview/skins/default/xui/pt/floater_toybox.xml +++ b/indra/newview/skins/default/xui/pt/floater_toybox.xml @@ -1,10 +1,11 @@ <?xml version="1.0" encoding="utf-8" standalone="yes"?> -<floater name="Toybox" title="PERSONALIZAR BARRAS DE FERRAMENTA"> +<floater name="Toybox" title="BOTÕES DA BARRA DE FERRAMENTAS"> <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="Limpar todas as barras de ferramentas" label_selected="Limpar todas as barras de ferramentas" name="btn_clear_all"/> <button label="Restaurar padrão" label_selected="Restaurar padrão" name="btn_restore_defaults"/> </floater> |