From 86499cb9a830d693523cdc06e322e42e5a7a2a9c Mon Sep 17 00:00:00 2001 From: Bastien Guerry Date: Tue, 31 Jul 2012 12:30:30 +0200 Subject: [PATCH] org-exp.el (org-export-language-setup): Use "Sommaire" for the translation of "Table of contents". * org-exp.el (org-export-language-setup): Use "Sommaire" for the french translation of "Table of contents", to avoid a possible bug when exporting to ODT. --- lisp/org-exp.el | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lisp/org-exp.el b/lisp/org-exp.el index 4f819f5fb..f93a4bf56 100644 --- a/lisp/org-exp.el +++ b/lisp/org-exp.el @@ -190,7 +190,7 @@ This option can also be set with the +OPTIONS line, e.g. \"-:nil\"." ("eo" "Aŭtoro" "Dato" "Enhavo" "Piednotoj") ("es" "Autor" "Fecha" "Índice" "Pies de página") ("fi" "Tekijä" "Päivämäärä" "Sisällysluettelo" "Alaviitteet") - ("fr" "Auteur" "Date" "Table des matières" "Notes de bas de page") + ("fr" "Auteur" "Date" "Sommaire" "Notes de bas de page") ("hu" "Szerzõ" "Dátum" "Tartalomjegyzék" "Lábjegyzet") ("is" "Höfundur" "Dagsetning" "Efnisyfirlit" "Aftanmálsgreinar") ("it" "Autore" "Data" "Indice" "Note a piè di pagina")