diff options
Diffstat (limited to 'src/translator_es.h')
-rw-r--r-- | src/translator_es.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/translator_es.h b/src/translator_es.h index 06bb493..d6f4b48 100644 --- a/src/translator_es.h +++ b/src/translator_es.h @@ -359,7 +359,7 @@ class TranslatorSpanish : public TranslatorAdapter_1_3_8 * for the author section in man pages. */ virtual QCString trAuthor(bool first_capital, bool singular) { - QCString result((first_capital ? "Author" : "author")); + QCString result((first_capital ? "Autor" : "autor")); if (!singular) result+="s"; return result; } |