diff options
Diffstat (limited to 'core')
-rw-r--r-- | core/equipment.c | 2 |
1 files changed, 1 insertions, 1 deletions
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 }, }; |