From f7dd29d3d73e555ba1c714a15773cd36a67882b6 Mon Sep 17 00:00:00 2001 From: Andrei Karas Date: Sat, 9 Apr 2016 13:59:30 +0300 Subject: Fix string for translation with separate % and %s. --- src/resources/db/itemdb.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/resources/db/itemdb.cpp') diff --git a/src/resources/db/itemdb.cpp b/src/resources/db/itemdb.cpp index a860dc8e5..88b104db5 100644 --- a/src/resources/db/itemdb.cpp +++ b/src/resources/db/itemdb.cpp @@ -144,7 +144,7 @@ namespace // TRANSLATORS: item info label (max flee) { "maxflee", N_("Max flee %s"), true }, // TRANSLATORS: item info label (accuracy) - { "hit", N_("% Accuracy %s"), true }, + { "hit", N_("Perc. accuracy %s"), true }, // TRANSLATORS: item info label (min flee) { "minflee", N_("Min flee %s"), true }, // TRANSLATORS: item info label (max flee) -- cgit v1.2.3-60-g2f50