From f69eb5d79885788d6bfc6303f34f5f016b326f1c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Iv=C3=A1n=20Melgrati?= Date: Wed, 28 Sep 2016 14:29:10 -0300 Subject: Fixed typedef and define strings for Spanish translation Fixed strings for trTypedefs() and trDefines() on Spanish translation header file. This fixes JavaScript errors when either typedefs or defines were documented. --- src/translator_es.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/translator_es.h b/src/translator_es.h index 5cdbb1f..8922297 100644 --- a/src/translator_es.h +++ b/src/translator_es.h @@ -406,13 +406,13 @@ class TranslatorSpanish : public Translator * list of defines */ virtual QCString trDefines() - { return "'defines'"; } + { return "defines"; } /*! This is used in the documentation of a file as a header before the * list of typedefs */ virtual QCString trTypedefs() - { return "'typedefs'"; } + { return "typedefs"; } /*! This is used in the documentation of a file as a header before the * list of enumerations -- cgit v0.12