Hi! I managed after a couple of hours playing with git to get the first patch right : Code: diff --git a/dlls/shell32/shell32_Fr.rc b/dlls/shell32/shell32_Fr.rc index dd1a455..c59c20f 100644 --- a/dlls/shell32/shell32_Fr.rc +++ b/dlls/shell32/shell32_Fr.rc @@ -252,3 +252,19 @@ STRINGTABLE IDS_NEWFOLDER "Nouveau dossier" } + +{ + IDS_LICENSE_CAPTION, "Licence Wine" + + IDS_LICENSE, +"Wine est un logiciel libre, vous pouvez le redistribuer et/ou le modifier \ +selon les termes de la License Publique G351n351rale Limit351e GNU dans sa version 2.1 \ +ou (340 votre choix) toute version ult351rieure.\n \ +\n\ +Wine est distribu351 car potentiellement utile mais SANS AUCUNE GARANTIE, m352me sans \ garantie implicite de POSSIBILIT311 DE COMMERCIALISATION ou D'APTITUDE 300 UN BUT \ SP311CIFIQUE. Veuillez vous reporter 340 la Licence publique g351n351rale limit351e pour \ plus de d351tails.\n \ +Vous devriez avoir re347u une copie de la Licence Publique G351n351rale \ +GNU Limit351e en m352me temps que cette biblioth350que ; si ce n'est pas \ +le cas, 351crivez 340 la Free Software Foundation, Inc., 51 Franklin St, \ +Fifth Floor, Boston, MA 02111-1301, 311tats-Unis." +} + However the French special characters are broken when creating the diff. Is it normal or what should I do?