diff --git a/omegat/project_save.tmx b/omegat/project_save.tmx
index 2f3e42de..62bd40c7 100644
--- a/omegat/project_save.tmx
+++ b/omegat/project_save.tmx
@@ -79486,6 +79486,14 @@ des nombres négatifs à virgule flottante, comme dans @samp{- 1.0}.
Il est possible de désactiver ce comportement en définissant la variable @code{find-file-run-dired} sur une valeur @code{nil}. Dans ce cas, tenter de consulter un répertoire n'est pas la bonne chose à faire.
+
+
+ You can disable this feature entirely by setting the variable @code{find-file-existing-other-name} to @code{nil}: then if you visit the same file under two different names, you get a separate buffer for each file name.
+
+
+ Il est possible de
+
+
You can disable use of file notifications by customizing the variable @code{auto-revert-use-notify} to a @code{nil} value, then Emacs will check for file changes by polling every five seconds.