summaryrefslogtreecommitdiffstats
path: root/core
diff options
context:
space:
mode:
authorGravatar Martin Měřinský <mermar@centrum.cz>2017-03-07 08:15:07 +0100
committerGravatar Dirk Hohndel <dirk@hohndel.org>2017-03-07 16:22:27 -0800
commitd6bfcd5245f1f15bfc087dc78988969866ea6a9b (patch)
tree41a7924c7f03b7465c22b1c9c378007baa0c0f81 /core
parent186a80fffe89aaec78efdfb0ee7c7903f21b5af6 (diff)
downloadsubsurface-d6bfcd5245f1f15bfc087dc78988969866ea6a9b.tar.gz
In weights table 'weight' is redundant and no used for other types.
Diffstat (limited to 'core')
-rw-r--r--core/equipment.c2
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 },
};