mirror of
https://github.com/loot/libloot.git
synced 2026-07-27 14:16:01 -07:00
Make a message string translatable
This commit is contained in:
@@ -116,7 +116,7 @@ void GameCache::AddPlugin(const Plugin&& plugin) {
|
||||
std::vector<Message> GameCache::GetMessages() const {
|
||||
std::vector<Message> output(messages_);
|
||||
if (loadOrderSortCount_ == 0)
|
||||
output.push_back(Message(MessageType::warn, "You have not sorted your load order this session."));
|
||||
output.push_back(Message(MessageType::warn, boost::locale::translate("You have not sorted your load order this session.")));
|
||||
|
||||
return output;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user