diff options
Diffstat (limited to 'src/inventory.cpp')
-rw-r--r-- | src/inventory.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/inventory.cpp b/src/inventory.cpp index c2e9daf1e..f2acdbeda 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -315,6 +315,11 @@ std::string Inventory::getName() const // TRANSLATORS: inventory type name return N_("Npc"); } + case InventoryType::MAIL: + { + // TRANSLATORS: inventory type name + return N_("Mail"); + } case InventoryType::TRADE: { // TRANSLATORS: inventory type name |