summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp
diff options
context:
space:
mode:
authorJabier Arraiza Cenoz <jabier.arraiza@marker.es>2013-12-12 18:41:22 +0000
committerJabiertxof <jtx@jtx.marker.es>2013-12-12 18:41:22 +0000
commita29b8421aa3f610ef467b466247dbb10aa3093d4 (patch)
tree9393d29335f66dd5525a5fe9b98eca7aab1eb90d /src/widgets/gradient-toolbar.cpp
parentUpdate to trunk (diff)
parentAccept new CSS blend properties as valid. (diff)
downloadinkscape-a29b8421aa3f610ef467b466247dbb10aa3093d4.tar.gz
inkscape-a29b8421aa3f610ef467b466247dbb10aa3093d4.zip
Update to trunk
(bzr r11950.1.208)
Diffstat (limited to 'src/widgets/gradient-toolbar.cpp')
-rw-r--r--src/widgets/gradient-toolbar.cpp2
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 );