diff options
| author | Ivan Mas??r <helix84@centrum.sk> | 2016-12-30 16:11:45 +0000 |
|---|---|---|
| committer | Ivan Masár <helix84@centrum.sk> | 2016-12-30 16:11:45 +0000 |
| commit | 1718bfb10a12c22b9f4a9d502e715634c2cc153c (patch) | |
| tree | 29cad2c565b35418780713c6e40adf992c8066dd /src/widgets/mesh-toolbar.cpp | |
| parent | * [INTL:sk] Slovak translation update (diff) | |
| download | inkscape-1718bfb10a12c22b9f4a9d502e715634c2cc153c.tar.gz inkscape-1718bfb10a12c22b9f4a9d502e715634c2cc153c.zip | |
fix typos, add translator comment
(bzr r15373)
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) ); |
