summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabiertxof <jabier.arraiza@marker.es>2018-09-14 18:19:27 +0000
committerJabiertxof <jabier.arraiza@marker.es>2018-09-14 18:19:27 +0000
commit5fb987ec57afe4f108d429ac73697352259a2076 (patch)
treeb0f47aeee40650215a5ca02def5925c2c55c2cfc /src
parentimprobe UX of Fillet/Chamfer LPE (diff)
downloadinkscape-5fb987ec57afe4f108d429ac73697352259a2076.tar.gz
inkscape-5fb987ec57afe4f108d429ac73697352259a2076.zip
Update info widget inmeasure segments
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-measure-segments.cpp12
1 files changed, 6 insertions, 6 deletions
diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp
index f92e14b4a..67c360294 100644
--- a/src/live_effects/lpe-measure-segments.cpp
+++ b/src/live_effects/lpe-measure-segments.cpp
@@ -185,13 +185,13 @@ LPEMeasureSegments::LPEMeasureSegments(LivePathEffectObject *lpeobject) :
locale_base = strdup(setlocale(LC_NUMERIC, nullptr));
previous_size = 0;
pagenumber = 0;
- general.param_update_default(_("Base of the LPE, focus on measure display and positioning"));
- projection.param_update_default(_("This section is optional. To activate pulse the icon down \"Active\" "
- " to set the elements on clipboard, the element is converted to a line with measurements based on the selected items"));
- options.param_update_default(_("Here we show measurement settings that usually don't change much"));
+ general.param_update_default(_("Measure display and positioning, remembe "));
+ projection.param_update_default(_("To activate pulse the icon down \"Active\" to set the elements on clipboard, showing a line with measurements based on the selected items"));
+ options.param_update_default(_("Here we show measurement settings, that usually don't change much"));
tips.param_update_default(_("<b>Style Dialog</b> styling using XML editor to find appropriate classes or ID's\n"
- "<b>Default Parameters</b> In all LPE, at the bottom, it's possible to change these for future uses\n"
- "<b>Blacklists...</b> This allow to hide some segments or projection steps to measure"));
+ "<b>Blacklists</b> This allow to hide some segments or projection steps to measure"
+ "<b>Apply mutiple times</b> in conjunction of blacklists to allow measures with diferent orientations or a extra projection \n"
+ ));
}
LPEMeasureSegments::~LPEMeasureSegments() {