diff options
author | eli <none@none> | 2013-10-16 17:10:14 -0700 |
---|---|---|
committer | eli <none@none> | 2013-10-16 17:10:14 -0700 |
commit | 4621aedc37bd8ad4042fe29283a2309d94264938 (patch) | |
tree | 026e322c81773fa7a42649f959f45cb1e606d23f /indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml | |
parent | dc83ea19d563265f86c6f54f02cfcfad467635f1 (diff) |
fix INTL-126 fix incorrectly translated Boolean values in XUI; remove some obsolete strings
Diffstat (limited to 'indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml')
-rwxr-xr-x | indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml b/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml index e7483b1ba5..2978c48db6 100755 --- a/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml +++ b/indra/newview/skins/default/xui/it/panel_preferences_graphics1.xml @@ -25,7 +25,7 @@ <text name="ShadersText"> Effetti grafici: </text> - <check_box initial_value="vero" label="Acqua trasparente" name="TransparentWater"/> + <check_box initial_value="true" label="Acqua trasparente" name="TransparentWater"/> <check_box initial_value="true" label="Piccoli rilievi e scintillii" name="BumpShiny"/> <check_box initial_value="true" label="Luci locali" name="LocalLights"/> <check_box initial_value="true" label="Effetti grafici base" name="BasicShaders" tool_tip="Disabilitare questa opzione può evitare che qualche scheda grafica vada in crash."/> |