diff options
| author | eli_linden <none@none> | 2011-05-31 16:15:16 -0700 | 
|---|---|---|
| committer | eli_linden <none@none> | 2011-05-31 16:15:16 -0700 | 
| commit | f795b66b76503d386483442fd651236b52409c0e (patch) | |
| tree | 9bed80240619ca5531d111f81238d73fef70d80a | |
| parent | 89e61d192c94732f296c8e2c09e92ff47e646024 (diff) | |
FIX VWR-24127
| -rw-r--r-- | indra/newview/skins/default/xui/es/floater_tools.xml | 2 | 
1 files changed, 1 insertions, 1 deletions
| diff --git a/indra/newview/skins/default/xui/es/floater_tools.xml b/indra/newview/skins/default/xui/es/floater_tools.xml index fba969f267..5cae361087 100644 --- a/indra/newview/skins/default/xui/es/floater_tools.xml +++ b/indra/newview/skins/default/xui/es/floater_tools.xml @@ -58,7 +58,7 @@  		<radio_item label="Horizontal (Ctrl+Shift)" name="radio spin"/>  	</radio_group>  	<radio_group name="edit_radio_group"> -		<radio_item label="Moverse" name="radio position"/> +		<radio_item label="Mover" name="radio position"/>  		<radio_item label="Girar (Ctrl)" name="radio rotate"/>  		<radio_item label="Estirar (Ctrl+Shift)" name="radio stretch"/>  		<radio_item label="Elegir la cara" name="radio select face"/> | 
