diff options
| author | Shlomi Fish <shlomif@shlomifish.org> | 2016-12-30 21:25:30 +0000 |
|---|---|---|
| committer | Shlomi Fish <shlomif@shlomifish.org> | 2016-12-30 21:25:30 +0000 |
| commit | 495fbc1f85c1a3544fcef38086c4ddf354bd17e9 (patch) | |
| tree | b9144ba3a19ed159c203c0e69f957bff6f09b689 /src/widgets/mesh-toolbar.cpp | |
| parent | Refactor vanishing-point.cpp . (diff) | |
| parent | [Bug #1653213] Updated Icelandic translation for 0.93 (diff) | |
| download | inkscape-495fbc1f85c1a3544fcef38086c4ddf354bd17e9.tar.gz inkscape-495fbc1f85c1a3544fcef38086c4ddf354bd17e9.zip | |
Merged.
(bzr r15369.1.3)
Diffstat (limited to 'src/widgets/mesh-toolbar.cpp')
| -rw-r--r-- | src/widgets/mesh-toolbar.cpp | 1 |
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) ); |
