From 9e0a9884b865615bbd82a21f2a08ec1e1bf30c4f Mon Sep 17 00:00:00 2001 From: "Lubomir I. Ivanov" Date: Wed, 17 Oct 2012 20:52:16 +0300 Subject: info.c: set units for translation in the "depth box" [Dirk Hohndel: fixed to use the correct macro] Signed-off-by: Lubomir I. Ivanov Signed-off-by: Dirk Hohndel --- info.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/info.c b/info.c index b72b33398..613a2d11e 100644 --- a/info.c +++ b/info.c @@ -837,7 +837,7 @@ static timestamp_t dive_time_widget(struct dive *dive) gtk_box_pack_end(GTK_BOX(box), duration, FALSE, FALSE, 0); /* Depth box */ - box = frame_box(hbox, _("Depth (%s):"), output_units.length == FEET ? "ft" : "m"); + box = frame_box(hbox, _("Depth (%s):"), output_units.length == FEET ? _("ft") : _("m")); if (output_units.length == FEET) { depthinterval = 1.0; } else { -- cgit v1.2.3-70-g09d2