diff --git a/htdocs/admin/boxes.php b/htdocs/admin/boxes.php
index fe9547075b5..947dcfb44a6 100644
--- a/htdocs/admin/boxes.php
+++ b/htdocs/admin/boxes.php
@@ -435,7 +435,8 @@ if ($resql)
print '
';
-# Affiche ligne d'ajout
+# Other parameters
+print_titre($langs->trans("Other"));
print '
| '; print img_picto_common($text,'weather/weather-clear.png',$options); -print ' | <= '.$level0.' | '; +print '= '.$level0.' | '; print ''; print ' | '; print img_picto_common($text,'weather/weather-few-clouds.png',$options); -print ' | <= '.$level1.' | '; +print '<= '.$level1.' | '; print ''; print ' | '; print img_picto_common($text,'weather/weather-clouds.png',$options); -print ' | <= '.$level2.' | '; +print '<= '.$level2.' | '; print '
| '; print img_picto_common($text,'weather/weather-many-clouds.png',$options); -print ' | <= '.$level3.' | '; +print '<= '.$level3.' | '; print ''; print ' | '; print img_picto_common($text,'weather/weather-storm.png',$options); -print ' | '.$level3.' | '; +print '> '.$level3.' | '; print ''; print ' | '; print ' | '; |