diff options
| author | Josh Andler <scislac@gmail.com> | 2013-12-09 23:28:34 +0000 |
|---|---|---|
| committer | Josh Andler <scislac@gmail.com> | 2013-12-09 23:28:34 +0000 |
| commit | 80439f27fcad648d64235cf3d44d8d0beda56bec (patch) | |
| tree | f5b8323fa84b853421c30673cd69ea9a2f9b202a /src/widgets | |
| parent | patch by Adolf Mathias and ~suv for Bug 1136495 (diff) | |
| download | inkscape-80439f27fcad648d64235cf3d44d8d0beda56bec.tar.gz inkscape-80439f27fcad648d64235cf3d44d8d0beda56bec.zip | |
Superficial text fix in gradient toolbar.
(bzr r12842)
Diffstat (limited to 'src/widgets')
| -rw-r--r-- | src/widgets/gradient-toolbar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/widgets/gradient-toolbar.cpp b/src/widgets/gradient-toolbar.cpp index f02185a15..8fa29e60a 100644 --- a/src/widgets/gradient-toolbar.cpp +++ b/src/widgets/gradient-toolbar.cpp @@ -1156,7 +1156,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions, GtkTreeIter iter; gtk_list_store_append(store, &iter); - gtk_list_store_set(store, &iter, 0, _("No gradient"), 1, NULL, 2, NULL, -1); + gtk_list_store_set(store, &iter, 0, _("No stops"), 1, NULL, 2, NULL, -1); EgeSelectOneAction* act1 = ege_select_one_action_new( "GradientEditStopsAction", _("Stops"), _("Select a stop for the current gradient"), NULL, GTK_TREE_MODEL(store) ); g_object_set( act1, "short_label", _("Stops:"), NULL ); |
