From 74311bcf7db45a20678d4a0f859bb53d76993cde Mon Sep 17 00:00:00 2001 From: Nicolas Dufour Date: Tue, 6 Jan 2015 10:52:11 +0100 Subject: UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs. Translations. Translation template and French translation update. (bzr r13842) --- src/ui/dialog/lpe-fillet-chamfer-properties.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/ui') diff --git a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp index 1ca84e6b3..23b6f0458 100644 --- a/src/ui/dialog/lpe-fillet-chamfer-properties.cpp +++ b/src/ui/dialog/lpe-fillet-chamfer-properties.cpp @@ -223,7 +223,7 @@ void FilletChamferPropertiesDialog::_set_knot_point(Geom::Point knotpoint) } else { _flexible = false; std::string posConcat = distance_or_radius + - std::string(_("(")) + std::string(unit) + std::string(")"); + std::string(g_strdup_printf(_("(%s):"), unit)); _fillet_chamfer_position_label.set_label(_(posConcat.c_str())); position = knotpoint[Geom::X] * -1; -- cgit v1.2.3