diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-12-19 16:08:46 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-12-19 16:08:46 +0000 |
| commit | 3be69f178a31b0880167282cecbe83c2beccbdd2 (patch) | |
| tree | 0ac98830fbb94f7dafd36670e28f6a17b5626145 /src/live_effects | |
| parent | Remove 'desktop' usage on measure line LPE (diff) | |
| download | inkscape-3be69f178a31b0880167282cecbe83c2beccbdd2.tar.gz inkscape-3be69f178a31b0880167282cecbe83c2beccbdd2.zip | |
Add translatable strings to trunk
(bzr r15334)
Diffstat (limited to 'src/live_effects')
| -rw-r--r-- | src/live_effects/lpe-mirror_symmetry.cpp | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp index 07c9f6f99..dcb4f4c99 100644 --- a/src/live_effects/lpe-mirror_symmetry.cpp +++ b/src/live_effects/lpe-mirror_symmetry.cpp @@ -44,8 +44,8 @@ LPEMirrorSymmetry::LPEMirrorSymmetry(LivePathEffectObject *lpeobject) : fuse_paths(_("Fuse paths"), _("Fuse original and the reflection into a single path"), "fuse_paths", &wr, this, false), oposite_fuse(_("Opposite fuse"), _("Picks the other side of the mirror as the original"), "oposite_fuse", &wr, this, false), //TODO: Fix htip for multilang - start_point(_("Start mirror line"), _("Start mirror line"), "start_point", &wr, this, "Adjust the start of mirroring"), - end_point(_("End mirror line"), _("End mirror line"), "end_point", &wr, this, "Adjust end of mirroring"), + start_point(_("Start mirror line"), _("Start mirror line"), "start_point", &wr, this, _("Adjust the start of mirroring")), + end_point(_("End mirror line"), _("End mirror line"), "end_point", &wr, this, _("Adjust end of mirroring")), center_point("hidden","hidden", "center_point", &wr, this, "hidden") { show_orig_path = true; |
