diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2016-09-24 19:19:24 +0000 |
|---|---|---|
| committer | jabiertxof <info@marker.es> | 2016-09-24 19:19:24 +0000 |
| commit | 8cf7cf4a53027f31865afec8e6c4233bf8487ccb (patch) | |
| tree | 0e5927947f019dc8999cdd894818e0a793e3c681 /src | |
| parent | Get rid of Gtk-CRITICAL **: gtk_text_buffer_emit_insert: assertion 'g_utf8_va... (diff) | |
| download | inkscape-8cf7cf4a53027f31865afec8e6c4233bf8487ccb.tar.gz inkscape-8cf7cf4a53027f31865afec8e6c4233bf8487ccb.zip | |
Fix a typo bug
(bzr r15129)
Diffstat (limited to 'src')
| -rw-r--r-- | src/live_effects/lpe-mirror_symmetry.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/live_effects/lpe-mirror_symmetry.cpp b/src/live_effects/lpe-mirror_symmetry.cpp index fc13415fd..4deb29d8f 100644 --- a/src/live_effects/lpe-mirror_symmetry.cpp +++ b/src/live_effects/lpe-mirror_symmetry.cpp @@ -26,7 +26,7 @@ namespace LivePathEffect { static const Util::EnumData<ModeType> ModeTypeData[MT_END] = { { MT_V, N_("Vertical Page Center"), "vertical" }, - { MT_H, N_("Horizontal Page Center"), "horizontale" }, + { MT_H, N_("Horizontal Page Center"), "horizontal" }, { MT_FREE, N_("Free from reflection line"), "free" }, { MT_X, N_("X from middle knot"), "X" }, { MT_Y, N_("Y from middle knot"), "Y" } |
