diff options
Diffstat (limited to 'indra/newview/skins/default/xui/es/floater_openobject.xml')
-rw-r--r-- | indra/newview/skins/default/xui/es/floater_openobject.xml | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/indra/newview/skins/default/xui/es/floater_openobject.xml b/indra/newview/skins/default/xui/es/floater_openobject.xml new file mode 100644 index 0000000000..b8b688df60 --- /dev/null +++ b/indra/newview/skins/default/xui/es/floater_openobject.xml @@ -0,0 +1,8 @@ +<?xml version="1.0" encoding="utf-8" standalone="yes"?> +<floater name="objectcontents" title="CONTENIDOS DEL OBJETO"> + <text name="object_name"> + [DESC]: + </text> + <button label="Copiar al inventario" label_selected="Copiar al inventario" name="copy_to_inventory_button"/> + <button label="Copiar y vestirse" label_selected="Copiar y vestirse" name="copy_and_wear_button"/> +</floater> |