diff options
| author | Gyuris Gellért <bubu@ujevangelizacio.hu> | 2019-04-17 19:08:52 +0000 |
|---|---|---|
| committer | Gyuris Gellért <bubu@ujevangelizacio.hu> | 2019-04-18 14:20:39 +0000 |
| commit | acade3d87530e5163451de332963def91710276b (patch) | |
| tree | 3d216c32c36ae498822fa52c7ae9dbeb937c3c7a /src/live_effects/lpe-measure-segments.cpp | |
| parent | Remove unimplemented Find Dialog (obsolete) (diff) | |
| download | inkscape-acade3d87530e5163451de332963def91710276b.tar.gz inkscape-acade3d87530e5163451de332963def91710276b.zip | |
Make it clear to translators: do not translate these variables.
Diffstat (limited to 'src/live_effects/lpe-measure-segments.cpp')
| -rw-r--r-- | src/live_effects/lpe-measure-segments.cpp | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/live_effects/lpe-measure-segments.cpp b/src/live_effects/lpe-measure-segments.cpp index 1c22d9a25..d08dcb5c8 100644 --- a/src/live_effects/lpe-measure-segments.cpp +++ b/src/live_effects/lpe-measure-segments.cpp @@ -77,6 +77,7 @@ LPEMeasureSegments::LPEMeasureSegments(LivePathEffectObject *lpeobject) : line_width(_("Line width"), _("Dimension line width. DIN standard: 0.25 or 0.35 mm"), "line_width", &wr, this, 0.25), scale(_("Scale"), _("Scaling factor"), "scale", &wr, this, 1.0), + // TRANSLATORS: Don't translate "{measure}" and "{unit}" variables. format(_("Label format"), _("Label text format, available variables: {measure}, {unit}"), "format", &wr, this,"{measure}{unit}"), blacklist(_("Blacklist segments"), _("Comma-separated list of indices of segments that should not be measured. You can use another LPE with different parameters to measure these."), "blacklist", &wr, this,""), whitelist(_("Invert blacklist"), _("Use the blacklist as whitelist"), "whitelist", &wr, this, false), |
