From d6bfcd5245f1f15bfc087dc78988969866ea6a9b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20M=C4=9B=C5=99insk=C3=BD?= Date: Tue, 7 Mar 2017 08:15:07 +0100 Subject: [PATCH] In weights table 'weight' is redundant and no used for other types. --- core/equipment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/core/equipment.c b/core/equipment.c index b2b3bfcd6..0d4ab5571 100644 --- a/core/equipment.c +++ b/core/equipment.c @@ -198,7 +198,7 @@ struct ws_info_t ws_info[100] = { { QT_TRANSLATE_NOOP("gettextFromC", "integrated"), 0 }, { QT_TRANSLATE_NOOP("gettextFromC", "belt"), 0 }, { QT_TRANSLATE_NOOP("gettextFromC", "ankle"), 0 }, - { QT_TRANSLATE_NOOP("gettextFromC", "backplate weight"), 0 }, + { QT_TRANSLATE_NOOP("gettextFromC", "backplate"), 0 }, { QT_TRANSLATE_NOOP("gettextFromC", "clip-on"), 0 }, };