diff options
Diffstat (limited to 'src/resources/inventory')
-rw-r--r-- | src/resources/inventory/inventory.cpp | 2 |
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"); |