summaryrefslogtreecommitdiffstats
path: root/src/ui
diff options
context:
space:
mode:
authorNicolas Dufour <nicoduf@yahoo.fr>2015-01-06 09:52:11 +0000
committerJazzyNico <nicoduf@yahoo.fr>2015-01-06 09:52:11 +0000
commit74311bcf7db45a20678d4a0f859bb53d76993cde (patch)
tree833997bc57ea0569b849cf502986e4375e2cb763 /src/ui
parentTranslators list update (diff)
downloadinkscape-74311bcf7db45a20678d4a0f859bb53d76993cde.tar.gz
inkscape-74311bcf7db45a20678d4a0f859bb53d76993cde.zip
UI/i18n. Fixing inconsistencies in the Fillet/Chamfer LPE dialogs.
Translations. Translation template and French translation update. (bzr r13842)
Diffstat (limited to 'src/ui')
-rw-r--r--src/ui/dialog/lpe-fillet-chamfer-properties.cpp2
1 files changed, 1 insertions, 1 deletions
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;