summaryrefslogtreecommitdiffstats
path: root/src/widgets/mesh-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2016-12-30 18:15:25 +0000
committerjabiertxof <info@marker.es>2016-12-30 18:15:25 +0000
commit44997a717a6b824ab70b2402a218347e99eda247 (patch)
tree3ca09b1036e7a72c439853d35abe4b81b7ec5224 /src/widgets/mesh-toolbar.cpp
parentFixing clips and masks (diff)
parentcs.po: revert removed copyright header (diff)
downloadinkscape-44997a717a6b824ab70b2402a218347e99eda247.tar.gz
inkscape-44997a717a6b824ab70b2402a218347e99eda247.zip
Update to trunk
(bzr r15356.1.7)
Diffstat (limited to 'src/widgets/mesh-toolbar.cpp')
-rw-r--r--src/widgets/mesh-toolbar.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/widgets/mesh-toolbar.cpp b/src/widgets/mesh-toolbar.cpp
index b1cbb98b0..7a37376db 100644
--- a/src/widgets/mesh-toolbar.cpp
+++ b/src/widgets/mesh-toolbar.cpp
@@ -539,6 +539,7 @@ void sp_mesh_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, GObj
gtk_list_store_append( model, &iter );
gtk_list_store_set( model, &iter, 0, _("Bicubic"), 1, SP_MESH_TYPE_BICUBIC, -1 );
+ // TRANSLATORS: Type of Smoothing. See https://en.wikipedia.org/wiki/Coons_patch
EgeSelectOneAction* act = ege_select_one_action_new( "MeshSmoothAction", _("Coons"),
_("Coons: no smoothing. Bicubic: smoothing across patch boundaries."),
NULL, GTK_TREE_MODEL(model) );