summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndrei Karas <akaras@inbox.ru>2016-03-14 23:55:00 +0300
committerAndrei Karas <akaras@inbox.ru>2016-03-14 23:55:00 +0300
commit0d8acc720803c17d4d2316c07203b65ddbb9ab25 (patch)
tree77ff9e92558f671a28268c059153e874b3669724
parentf9fe74c42eb543a09bfe0cf2d66e2fb54113b07e (diff)
downloadplus-0d8acc720803c17d4d2316c07203b65ddbb9ab25.tar.gz
plus-0d8acc720803c17d4d2316c07203b65ddbb9ab25.tar.bz2
plus-0d8acc720803c17d4d2316c07203b65ddbb9ab25.tar.xz
plus-0d8acc720803c17d4d2316c07203b65ddbb9ab25.zip
Remove weight fields from description in item popup.
-rw-r--r--src/resources/db/itemdb.cpp2
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)