From d6bfcd5245f1f15bfc087dc78988969866ea6a9b Mon Sep 17 00:00:00 2001 From: Martin Měřinský Date: Tue, 7 Mar 2017 08:15:07 +0100 Subject: In weights table 'weight' is redundant and no used for other types. --- core/equipment.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'core') 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 }, }; -- cgit v1.2.3-70-g09d2