From c3b491febf77170a8a4abf1e03fd430386663140 Mon Sep 17 00:00:00 2001 From: dooglus Date: Wed, 9 Apr 2008 11:56:33 +0000 Subject: [PATCH] "Create Gradient BLine" -> "Create Curve Gradient BLine" to match the other tools. git-svn-id: http://svn.voria.com/code@1999 1f10aa63-cdf2-0310-b900-c93c546f37ac --- synfig-studio/trunk/src/gtkmm/state_bline.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/synfig-studio/trunk/src/gtkmm/state_bline.cpp b/synfig-studio/trunk/src/gtkmm/state_bline.cpp index 8d96769..de96a95 100644 --- a/synfig-studio/trunk/src/gtkmm/state_bline.cpp +++ b/synfig-studio/trunk/src/gtkmm/state_bline.cpp @@ -360,7 +360,7 @@ StateBLine_Context::StateBLine_Context(CanvasView* canvas_view): entry_id(), checkbutton_layer_region(_("Create Region BLine")), checkbutton_layer_outline(_("Create Outline BLine")), - checkbutton_layer_curve_gradient(_("Create Gradient BLine")), + checkbutton_layer_curve_gradient(_("Create Curve Gradient BLine")), checkbutton_layer_plant(_("Create Plant BLine")), checkbutton_layer_link_offsets(_("Link Offsets")), checkbutton_auto_export(_("Auto Export")), -- 2.7.4