From 8144c52228ff1de89ceec2870e8916fd5929f1b1 Mon Sep 17 00:00:00 2001 From: Ask Hjorth Larsen Date: Mon, 1 Mar 2021 17:50:13 +0100 Subject: [PATCH] Spanish translation: fix bad substitution templates --- sphinx/locale/es/LC_MESSAGES/sphinx.po | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/sphinx/locale/es/LC_MESSAGES/sphinx.po b/sphinx/locale/es/LC_MESSAGES/sphinx.po index a01ae6c80..65ea746fe 100644 --- a/sphinx/locale/es/LC_MESSAGES/sphinx.po +++ b/sphinx/locale/es/LC_MESSAGES/sphinx.po @@ -3306,12 +3306,12 @@ msgstr "más de un objetivo destino encontrado para 'cualquier' referencia cruza #: sphinx/transforms/post_transforms/__init__.py:171 #, python-format msgid "%s:%s reference target not found: %%(target)s" -msgstr "%s:%s destino de referencia no encontrada: %% (destino)s" +msgstr "%s:%s destino de referencia no encontrada: %%(target)s" #: sphinx/transforms/post_transforms/__init__.py:174 #, python-format msgid "%r reference target not found: %%(target)s" -msgstr "%r destino de referencia no encontrada: %% (destino)s" +msgstr "%r destino de referencia no encontrada: %%(target)s" #: sphinx/transforms/post_transforms/images.py:86 #, python-format