diff options
author | Paul Guslisty <pguslisty@productengine.com> | 2010-04-14 12:56:11 +0300 |
---|---|---|
committer | Paul Guslisty <pguslisty@productengine.com> | 2010-04-14 12:56:11 +0300 |
commit | f4a03a397575b1b4a54bfe289a155acd6c831441 (patch) | |
tree | 0c2584afdc1e464f9f7f4dab42e5bab02aba0887 /indra/newview/skins/default/xui/fr/floater_joystick.xml | |
parent | 5e34a91ce65bbd74834ae012552b3ebe8592fe9a (diff) |
Fixed normal bug EXT-6730 ([TRUNCATION] Preferencias > Configurar > Otros dispositivos > CONFIGURACIÓN DEL JOYSTICK. \"Zona muerta izq./de\")
1. In EN locale increased size of all TextBoxes where string was truncated. Made these TextBoxes large enough to contain strings of all locales. Moved controls next to these TextBoxes to the right and increased floater width to accommodate its content.
2. Deleted in ES, IT, NL, PL, FR explicitly overriden 'left' and 'width' attributes that was changed in EN locale.
Reviewed by Mike Antipov at https://codereview.productengine.com/secondlife/r/200/
--HG--
branch : product-engine
Diffstat (limited to 'indra/newview/skins/default/xui/fr/floater_joystick.xml')
-rw-r--r-- | indra/newview/skins/default/xui/fr/floater_joystick.xml | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/indra/newview/skins/default/xui/fr/floater_joystick.xml b/indra/newview/skins/default/xui/fr/floater_joystick.xml index e00f9564e8..02ac21bf82 100644 --- a/indra/newview/skins/default/xui/fr/floater_joystick.xml +++ b/indra/newview/skins/default/xui/fr/floater_joystick.xml @@ -26,7 +26,7 @@ <text name="ZScale"> Échelle des Z </text> - <text left="9" name="PitchScale" width="104"> + <text name="PitchScale"> Échelle du tangage </text> <text name="YawScale"> @@ -44,13 +44,13 @@ <text name="ZDeadZone"> Zone neutre Z </text> - <text left="4" name="PitchDeadZone" width="116"> + <text name="PitchDeadZone"> Zone neutre tangage </text> - <text name="YawDeadZone" left="10" width="104"> + <text name="YawDeadZone"> Zone neutre lacet </text> - <text name="RollDeadZone" left="10" width="104"> + <text name="RollDeadZone"> Zone neutre roulis </text> <text name="Feathering"> @@ -59,7 +59,7 @@ <text name="ZoomScale2"> Échelle du zoom </text> - <text left="6" name="ZoomDeadZone" width="120"> + <text name="ZoomDeadZone"> Zone neutre du zoom </text> <button label="Options par défaut du joystick" name="SpaceNavigatorDefaults"/> |