<html>
<head>
<style><!--
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 12pt;
font-family:Calibri
}
--></style></head>
<body class='hmmessage'><div dir='ltr'><br><br><div><pre> <br>Thank you and Yianni! I have changed it. Any ideas how to configure this <br>setting so that it survives an update?<br> <br>Shade and sweet water!<br> <br>       Stephan<br> <br>-- <br><br>I'd create a diff between the old and new version of the file:<br><br>diff -up /path/to/oldversion.lang /path/to/newversion.lang > add_day.diff<br><br>then, after the update, I'd patch the file:<br><br>patch -p0 /path/to/unchanged.lang < path/to/add_day.diff<br><br>-p0 may need to be changed to e.g. -p1 , depends of the path depth.<br><br>Regards,<br><br>Yianni<br></pre></div>                                    </div></body>
</html>