summaryrefslogtreecommitdiffstats
path: root/src/live_effects
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/live_effects
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/live_effects')
-rw-r--r--src/live_effects/lpe-fillet-chamfer.cpp10
1 files changed, 5 insertions, 5 deletions
diff --git a/src/live_effects/lpe-fillet-chamfer.cpp b/src/live_effects/lpe-fillet-chamfer.cpp
index 119759b87..d2bdf2d8d 100644
--- a/src/live_effects/lpe-fillet-chamfer.cpp
+++ b/src/live_effects/lpe-fillet-chamfer.cpp
@@ -57,12 +57,12 @@ LPEFilletChamfer::LPEFilletChamfer(LivePathEffectObject *lpeobject) :
only_selected(_("Change only selected nodes"), _("Change only selected nodes"), "only_selected", &wr, this, false),
flexible(_("Flexible radius size (%)"), _("Flexible radius size (%)"), "flexible", &wr, this, false),
use_knot_distance(_("Use knots distance instead radius"), _("Use knots distance instead radius"), "use_knot_distance", &wr, this, false),
- unit(_("Unit"), _("Unit"), "unit", &wr, this),
- method(_("Method"), _("Fillets methods"), "method", FMConverter, &wr, this, FM_AUTO),
- radius(_("Radius (unit or %)"), _("Radius, in unit or %"), "radius", &wr, this, 0.),
- chamfer_steps(_("Chamfer steps"), _("Chamfer steps"), "chamfer_steps", &wr, this, 0),
+ unit(_("Unit:"), _("Unit"), "unit", &wr, this),
+ method(_("Method:"), _("Fillets methods"), "method", FMConverter, &wr, this, FM_AUTO),
+ radius(_("Radius (unit or %):"), _("Radius, in unit or %"), "radius", &wr, this, 0.),
+ chamfer_steps(_("Chamfer steps:"), _("Chamfer steps"), "chamfer_steps", &wr, this, 0),
- helper_size(_("Helper size with direction"), _("Helper size with direction"), "helper_size", &wr, this, 0)
+ helper_size(_("Helper size with direction:"), _("Helper size with direction"), "helper_size", &wr, this, 0)
{
registerParameter(&fillet_chamfer_values);
registerParameter(&unit);