From 9510979d65738fb03b2c48425fa59984c2a4b938 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Fri, 3 May 2013 12:35:33 +0300 Subject: add comments for translators. --- src/inventory.cpp | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'src/inventory.cpp') diff --git a/src/inventory.cpp b/src/inventory.cpp index abdc92723..b4477f6d3 100644 --- a/src/inventory.cpp +++ b/src/inventory.cpp @@ -251,10 +251,19 @@ std::string Inventory::getName() const { case INVENTORY: default: + { + // TRANSLATORS: inventory type name return N_("Inventory"); + } case STORAGE: + { + // TRANSLATORS: inventory type name return N_("Storage"); + } case CART: + { + // TRANSLATORS: inventory type name return N_("Cart"); + } } } -- cgit v1.2.3-60-g2f50