From 74a01c4cf9f8873a58637a4e6623ecb0f2cbebae Mon Sep 17 00:00:00 2001 From: Oliver Hamlet Date: Thu, 2 Feb 2017 18:37:44 +0000 Subject: [PATCH] Update LanguageCode documentation Language isn't specified during metadata evaluation. --- include/loot/enum/language_code.h | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/include/loot/enum/language_code.h b/include/loot/enum/language_code.h index f4a9fb67..a99e42ee 100644 --- a/include/loot/enum/language_code.h +++ b/include/loot/enum/language_code.h @@ -30,8 +30,7 @@ along with LOOT. If not, see */ namespace loot { /** - * @brief Codes used to specify the preferred language for messages when - * evaluating masterlists and userlists. + * @brief Codes used to specify the preferred language for messages. * @details If a message is not available in the preferred language, its English * string will be used. Note that messages with only one language * string are assumed to be written in English, but this cannot be