diff options
| author | Jabier Arraiza Cenoz <jabier.arraiza@marker.es> | 2013-09-25 01:20:01 +0000 |
|---|---|---|
| committer | Jabiertxof <jtx@jtx.marker.es> | 2013-09-25 01:20:01 +0000 |
| commit | b59da03d20018c9e5aad70b6a356db3e6015cfae (patch) | |
| tree | dd080c5ee2c13f0f5dd9d3b07237fabcafd313bf /src | |
| parent | Name of attributes in effect changed (diff) | |
| download | inkscape-b59da03d20018c9e5aad70b6a356db3e6015cfae.tar.gz inkscape-b59da03d20018c9e5aad70b6a356db3e6015cfae.zip | |
Some Fix
(bzr r12588.1.4)
Diffstat (limited to 'src')
| -rw-r--r-- | src/widgets/pencil-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/pencil-toolbar.cpp b/src/widgets/pencil-toolbar.cpp index b16d55680..783d8dd4d 100644 --- a/src/widgets/pencil-toolbar.cpp +++ b/src/widgets/pencil-toolbar.cpp @@ -186,7 +186,7 @@ static GList * freehand_shape_dropdown_items_list() { glist = g_list_append (glist, _("Triangle out")); glist = g_list_append (glist, _("Ellipse")); glist = g_list_append (glist, _("From clipboard")); - glist = g_list_append (glist, _("Skeletal Stroke from clipboard")); + glist = g_list_append (glist, _("Bend from clipboard")); glist = g_list_append (glist, _("Last applied")); return glist; |
