diff options
| author | Maren Hachmann <maren@goos-habermann.de> | 2018-03-08 20:00:58 +0000 |
|---|---|---|
| committer | Maren Hachmann <maren@goos-habermann.de> | 2018-03-08 20:00:58 +0000 |
| commit | 81748de88e088928a9800b86763adeeca73b6b60 (patch) | |
| tree | 6090a79f8e436f3d3aed62547b04906dc9f5f1c8 /src/widgets/arc-toolbar.cpp | |
| parent | Try to clarify what the new tile size option is for. (diff) | |
| download | inkscape-81748de88e088928a9800b86763adeeca73b6b60.tar.gz inkscape-81748de88e088928a9800b86763adeeca73b6b60.zip | |
Incorporate Eduard's suggestion for Ellipse Undo entry.
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 c8fac59cb..12023ab08 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, - _("Ellipse: Change Rx/Ry")); + _("Ellipse: Change radius")); } g_object_set_data( tbl, "freeze", GINT_TO_POINTER(FALSE) ); |
