diff options
| author | Maren Hachmann <maren@goos-habermann.de> | 2018-03-02 00:23:27 +0000 |
|---|---|---|
| committer | Maren Hachmann <maren@goos-habermann.de> | 2018-03-02 00:23:27 +0000 |
| commit | 27921da554c1d9a855779d03c7f3cda3539cf7e9 (patch) | |
| tree | 6800db74610c010fcd9e480ea108fa0a49c1a348 /src/widgets/arc-toolbar.cpp | |
| parent | Live effect: Ellipse from Points (diff) | |
| download | inkscape-27921da554c1d9a855779d03c7f3cda3539cf7e9.tar.gz inkscape-27921da554c1d9a855779d03c7f3cda3539cf7e9.zip | |
Suggestion for improved Undo string when changing radii of an ellipse, consistent with other messages and more specific.
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 d19b8672c..c8fac59cb 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 Rx/Ry")); } g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); |
