summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/resources/db/itemdb.cpp4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp
index b04595d2c..8729e54b5 100644
--- a/src/resources/db/itemdb.cpp
+++ b/src/resources/db/itemdb.cpp
@@ -163,9 +163,9 @@ namespace
// TRANSLATORS: item info label (max weight)
{ "maxweight", N_("Max weight %s"), true },
// TRANSLATORS: item info label (job experience)
- { "jobexp", N_("Job exp. %s"), true }
+ { "jobexp", N_("Job exp. %s"), true },
// TRANSLATORS: item info label (hp recover rate)
- { "hprecover", N_("Hp recov. rate %s"), true }
+ { "hprecover", N_("Hp recov. rate %s"), true },
// TRANSLATORS: item info label (sp/mana recover rate)
{ "sprecover", N_("Sp recov. rate %s"), true }
};