diff options
Diffstat (limited to 'src/resources/inventory/inventory.cpp')
-rw-r--r-- | src/resources/inventory/inventory.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp index dbee2a541..7363bdd30 100644 --- a/src/resources/inventory/inventory.cpp +++ b/src/resources/inventory/inventory.cpp @@ -375,6 +375,7 @@ std::string Inventory::getName() const return N_("Cart"); } case InventoryType::MailEdit: + case InventoryType::MailView: { // TRANSLATORS: inventory type name return N_("Mail"); |