summaryrefslogtreecommitdiffstats
path: root/src/translator_es.h
diff options
context:
space:
mode:
authorIván Melgrati <imelgrat@users.noreply.github.com>2016-09-28 17:29:10 (GMT)
committerGitHub <noreply@github.com>2016-09-28 17:29:10 (GMT)
commitf69eb5d79885788d6bfc6303f34f5f016b326f1c (patch)
treee1f61d475de17ade16973054bdad2e57fa80bc5d /src/translator_es.h
parentc7d36b300e0fb000025e130ea23054d0403ca8ed (diff)
downloadDoxygen-f69eb5d79885788d6bfc6303f34f5f016b326f1c.zip
Doxygen-f69eb5d79885788d6bfc6303f34f5f016b326f1c.tar.gz
Doxygen-f69eb5d79885788d6bfc6303f34f5f016b326f1c.tar.bz2
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.
Diffstat (limited to 'src/translator_es.h')
-rw-r--r--src/translator_es.h4
1 files 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