In weights table 'weight' is redundant and no used for other types.

This commit is contained in:
Martin Měřinský 2017-03-07 08:15:07 +01:00 committed by Dirk Hohndel
parent 186a80fffe
commit d6bfcd5245

View file

@ -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 },
};