summaryrefslogtreecommitdiffstats
path: root/src/live_effects/lpe-clone-original.cpp
diff options
context:
space:
mode:
authorYuri Chornoivan <yurchor@ukr.net>2018-01-01 15:43:35 +0000
committerYuri Chornoivan <yurchor@ukr.net>2018-01-01 15:43:35 +0000
commit29b8607efbe3bb3c9af4d4729a0bd16cc419ea30 (patch)
treeb352c6c8e4060ccba60080c8c5e904dbb934bd54 /src/live_effects/lpe-clone-original.cpp
parentCleanup comments and unused functions (diff)
downloadinkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.tar.gz
inkscape-29b8607efbe3bb3c9af4d4729a0bd16cc419ea30.zip
Fix minor typos
Diffstat (limited to 'src/live_effects/lpe-clone-original.cpp')
-rw-r--r--src/live_effects/lpe-clone-original.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-clone-original.cpp b/src/live_effects/lpe-clone-original.cpp
index d376df788..5f1f4a08f 100644
--- a/src/live_effects/lpe-clone-original.cpp
+++ b/src/live_effects/lpe-clone-original.cpp
@@ -36,7 +36,7 @@ LPECloneOriginal::LPECloneOriginal(LivePathEffectObject *lpeobject) :
method(_("Shape linked"), _("Shape linked"), "method", CLMConverter, &wr, this, CLM_D),
attributes("Attributes linked", "Attributes linked, comma separated atributes", "attributes", &wr, this,""),
style_attributes("Style attributes linked", "Style attributes linked, comma separated attributes like fill, filter, opacity", "style_attributes", &wr, this,""),
- allow_transforms(_("Alow transforms"), _("Alow transforms"), "allow_transforms", &wr, this, true)
+ allow_transforms(_("Allow transforms"), _("Allow transforms"), "allow_transforms", &wr, this, true)
{
//0.92 compatibility
const gchar * linkedpath = this->getRepr()->attribute("linkedpath");