summaryrefslogtreecommitdiffstats
path: root/equipment.c
diff options
context:
space:
mode:
authorGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-18 19:45:16 -0700
committerGravatar Dirk Hohndel <dirk@hohndel.org>2012-10-18 19:53:16 -0700
commitf4b6e53c4ed04bb56acaed7c06e7a15d92ae8bb1 (patch)
tree320f2c1a9d172b981c468f1db8a50ace1a9c4c14 /equipment.c
parent7c9cd15b2be70bfb3ba688cfe5c01930c2bcfc9b (diff)
downloadsubsurface-f4b6e53c4ed04bb56acaed7c06e7a15d92ae8bb1.tar.gz
Changed the term used for one of the default weight systems
Originally I used the colloquial term "bar" for the weight bar that you can attach to a backplate (usually when diving twins in a tec environment). This of course causes an odditity for translations as this word "bar" is a homonym for the weight system and the pressure unit - which throws off translations. Instead of switching to a context-based translation I instead went with a better term: "backplate weight". This of course now needs to be translated, so I updated the .po files (and added German translations for the two flavors of German). Signed-off-by: Dirk Hohndel <dirk@hohndel.org>
Diffstat (limited to 'equipment.c')
-rw-r--r--equipment.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/equipment.c b/equipment.c
index a87d74da3..dfeef9d5f 100644
--- a/equipment.c
+++ b/equipment.c
@@ -822,7 +822,7 @@ static struct ws_info {
{ N_("integrated"), 0 },
{ N_("belt"), 0 },
{ N_("ankle"), 0 },
- { N_("bar"), 0 },
+ { N_("backplate weight"), 0 },
{ N_("clip-on"), 0 },
};