summaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
authorJabier Arraiza <jabier.arraiza@marker.es>2017-10-14 19:33:23 +0000
committerJabier Arraiza <jabier.arraiza@marker.es>2017-10-14 19:33:23 +0000
commit65f6d664e3b0cc41356807a2df728655fbf62c1c (patch)
tree778372ef6e21643c310456edfc4ba80cc8f7378b /src
parentFixing problems with nested LPE and convert to paths (diff)
downloadinkscape-65f6d664e3b0cc41356807a2df728655fbf62c1c.tar.gz
inkscape-65f6d664e3b0cc41356807a2df728655fbf62c1c.zip
Add note to use important in measure dialog
Diffstat (limited to 'src')
-rw-r--r--src/live_effects/lpe-measure-segments.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp
index 6d1f46535..5ed587922 100644
--- a/src/live_effects/lpe-measure-segments.cpp
+++ b/src/live_effects/lpe-measure-segments.cpp
@@ -76,7 +76,7 @@ LPEMeasureSegments::LPEMeasureSegments(LivePathEffectObject *lpeobject) :
local_locale(_("Local Number Format"), _("Local number format"), "local_locale", &wr, this, true),
rotate_anotation(_("Rotate Anotation"), _("Rotate Anotation"), "rotate_anotation", &wr, this, true),
hide_back(_("Hide if label over"), _("Hide DIN line if label over"), "hide_back", &wr, this, true),
- message(_("Info Box"), _("Important messages"), "message", &wr, this, _("Use <b>\"Style Dialog\"</b> to more styling. Each meassure element has extra selectors..."))
+ message(_("Info Box"), _("Important messages"), "message", &wr, this, _("Use <b>\"Style Dialog\"</b> to more styling. Each meassure element has extra selectors. Use !important to override defaults..."))
{
//set to true the parameters you want to be changed his default values
registerParameter(&unit);