diff options
Diffstat (limited to 'src')
-rw-r--r-- | src/resources/db/itemdb.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index 7086c2d10..86a22a8fc 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -159,8 +159,6 @@ namespace { "manner", N_("Manner %s"), true }, // TRANSLATORS: item info label (money) { "money", N_("Money %s"), true }, - // TRANSLATORS: item info label (weight) - { "weight", N_("Weight %s"), false }, // TRANSLATORS: item info label (max weight) { "maxweight", N_("Max weight %s"), true }, // TRANSLATORS: item info label (job experience) |