diff options
Diffstat (limited to 'indra/newview/skins/default/xui/pt/floater_preview_texture.xml')
-rw-r--r-- | indra/newview/skins/default/xui/pt/floater_preview_texture.xml | 7 |
1 files changed, 5 insertions, 2 deletions
diff --git a/indra/newview/skins/default/xui/pt/floater_preview_texture.xml b/indra/newview/skins/default/xui/pt/floater_preview_texture.xml index 066cf05163..6f39635240 100644 --- a/indra/newview/skins/default/xui/pt/floater_preview_texture.xml +++ b/indra/newview/skins/default/xui/pt/floater_preview_texture.xml @@ -12,6 +12,9 @@ <text name="dimensions"> [WIDTH]px x [HEIGHT]px </text> + <text name="aspect_ratio"> + Visualizar relação de aspecto + </text> <combo_box name="combo_aspect_ratio" tool_tip="Visualizar com proporção de aspecto fixa"> <combo_item name="Unconstrained"> Sem limites @@ -38,7 +41,7 @@ 2:1 </combo_item> </combo_box> - <button label="OK" name="keep"/> - <button label="Cancelar" name="discard"/> + <button label="OK" name="Keep"/> + <button label="Descartar" name="Discard"/> <button label="Salvar como" name="save_tex_btn"/> </floater> |