diff options
author | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-31 11:41:20 -0400 |
---|---|---|
committer | Brad Payne (Vir Linden) <vir@lindenlab.com> | 2011-10-31 11:41:20 -0400 |
commit | 35aa37ceedaa1cadc5fd01639ecf0fafa2214b6f (patch) | |
tree | 70ccbf451ca7b3113d9baee8498072d7a1f55535 /indra/newview/skins/default/xui/es/floater_toybox.xml | |
parent | 012a0953b56d8313c6c0f71444f115de1aeeb7e1 (diff) | |
parent | f18cfe97750cc13374adab15636532fe0fbda19c (diff) |
merge
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_toybox.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_toybox.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_toybox.xml b/indra/newview/skins/default/xui/es/floater_toybox.xml new file mode 100644 index 0000000000..b36a05a6e4 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_toybox.xml @@ -0,0 +1,10 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="Toybox" title="PERSONALIZAR BARRAS DE HERRAMIENTAS"> + <text name="toybox label 1"> + Puedes agregar o quitar botones arrastrándolos a las barras de herramientas o desde ellas. + </text> + <text name="toybox label 2"> + Los botones aparecerán como se muestra o solo como iconos, según la configuración de cada barra de herramientas. + </text> + <button label="Restaurar valores predeterminados" label_selected="Restaurar valores predeterminados" name="btn_restore_defaults"/> +</floater> |