summaryrefslogtreecommitdiffstats
path: root/src/widgets/gradient-toolbar.cpp
diff options
context:
space:
mode:
authorAlexandre Prokoudine <alexandre.prokoudine@gmail.com>2012-11-26 04:45:55 +0000
committerAlexandre Prokoudine <alexandre@darkroom>2012-11-26 04:45:55 +0000
commit887adad175d68ddb148ab129c5c7436794b15627 (patch)
tree68ee35ebd269ac48a82291ae483d0662737bec5e /src/widgets/gradient-toolbar.cpp
parentMarked another user-visible message for translation, fixed text case for comb... (diff)
downloadinkscape-887adad175d68ddb148ab129c5c7436794b15627.tar.gz
inkscape-887adad175d68ddb148ab129c5c7436794b15627.zip
The label should really say "Stops:", just like its verb.
The former "Edit:" label text is just confusing. (bzr r11902)
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 55f102898..ea125a380 100644
--- a/src/widgets/gradient-toolbar.cpp
+++ b/src/widgets/gradient-toolbar.cpp
@@ -1157,7 +1157,7 @@ void sp_gradient_toolbox_prep(SPDesktop * desktop, GtkActionGroup* mainActions,
gtk_list_store_set(store, &iter, 0, _("No gradient"), 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", _("Edit:"), NULL );
+ g_object_set( act1, "short_label", _("Stops:"), NULL );
ege_select_one_action_set_appearance( act1, "compact" );
gtk_action_set_sensitive( GTK_ACTION(act1), FALSE );
g_signal_connect( G_OBJECT(act1), "changed", G_CALLBACK(gr_stop_combo_changed), holder );