summaryrefslogtreecommitdiff
path: root/src/resources/inventory/inventory.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/inventory/inventory.cpp')
-rw-r--r--src/resources/inventory/inventory.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resources/inventory/inventory.cpp b/src/resources/inventory/inventory.cpp
index dd88da99c..dbee2a541 100644
--- a/src/resources/inventory/inventory.cpp
+++ b/src/resources/inventory/inventory.cpp
@@ -374,7 +374,7 @@ std::string Inventory::getName() const
// TRANSLATORS: inventory type name
return N_("Cart");
}
- case InventoryType::Mail:
+ case InventoryType::MailEdit:
{
// TRANSLATORS: inventory type name
return N_("Mail");