diff --git a/src/api/api.h b/src/api/api.h index b9615188..a447e374 100644 --- a/src/api/api.h +++ b/src/api/api.h @@ -177,7 +177,8 @@ LOOT_API extern const unsigned int loot_lang_russian; ///< Tells the API to pre LOOT_API extern const unsigned int loot_lang_french; ///< Tells the API to preferentially select French messages. LOOT_API extern const unsigned int loot_lang_chinese; ///< Tells the API to preferentially select Chinese messages. LOOT_API extern const unsigned int loot_lang_polish; ///< Tells the API to preferentially select Polish messages. -LOOT_API extern const unsigned int loot_lang_brazilian_portuguese; ///< Tells the API to preferentially select Polish messages. +LOOT_API extern const unsigned int loot_lang_brazilian_portuguese; ///< Tells the API to preferentially select Brazilian Portuguese messages. +LOOT_API extern const unsigned int loot_lang_finnish; ///< Tells the API to preferentially select Finnish messages. ///@} /*********************************//**