summaryrefslogtreecommitdiff
path: root/src/resources/itemdb.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/resources/itemdb.cpp')
-rw-r--r--src/resources/itemdb.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/resources/itemdb.cpp b/src/resources/itemdb.cpp
index cce475ae1..379b79e58 100644
--- a/src/resources/itemdb.cpp
+++ b/src/resources/itemdb.cpp
@@ -65,7 +65,9 @@ static const char *const fields[][2] =
// TRANSLATORS: item info label
{ "hp", N_("HP %+d") },
// TRANSLATORS: item info label
- { "mp", N_("MP %+d") }
+ { "mp", N_("MP %+d") },
+ // TRANSLATORS: item info label
+ { "level", N_("Level %+d") }
};
static std::vector<ItemDB::Stat> extraStats;