diff options
| author | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-14 18:10:28 +0000 |
|---|---|---|
| committer | Marc Jeanmougin <marc@jeanmougin.fr> | 2018-06-14 18:10:28 +0000 |
| commit | 59ea4e5e66dd984c247d27eb17a44f504bf0e431 (patch) | |
| tree | 48d2f74608620f473fa3b277f07d2009c1c48a79 /src/widgets/arc-toolbar.cpp | |
| parent | Create at least two radio buttons for a table. (diff) | |
| parent | Incorporate some of Mihaela's suggestions. (diff) | |
| download | inkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.tar.gz inkscape-59ea4e5e66dd984c247d27eb17a44f504bf0e431.zip | |
Merge branch 'patch-1' of gitlab.com:Moini/inkscape
Diffstat (limited to 'src/widgets/arc-toolbar.cpp')
| -rw-r--r-- | src/widgets/arc-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/arc-toolbar.cpp b/src/widgets/arc-toolbar.cpp index 23ecad50a..8b779ca6a 100644 --- a/src/widgets/arc-toolbar.cpp +++ b/src/widgets/arc-toolbar.cpp @@ -141,7 +141,7 @@ static void sp_arctb_value_changed(GtkAdjustment *adj, GObject *tbl, gchar const if (modmade) { DocumentUndo::done(desktop->getDocument(), SP_VERB_CONTEXT_ARC, - _("Change arc")); + _("Ellipse: Change radius")); } g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); |
