app: fix capitalization of the "Line Art Detection" frame
(cherry picked from commit 822f1b9090
)
This commit is contained in:
@ -442,7 +442,7 @@ gimp_bucket_fill_options_gui (GimpToolOptions *tool_options)
|
|||||||
gtk_widget_show (combo);
|
gtk_widget_show (combo);
|
||||||
|
|
||||||
/* Line art frame */
|
/* Line art frame */
|
||||||
frame = gimp_frame_new (_("Line art detection"));
|
frame = gimp_frame_new (_("Line Art Detection"));
|
||||||
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
|
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
|
||||||
options->priv->line_art_frame = frame;
|
options->priv->line_art_frame = frame;
|
||||||
gtk_widget_show (frame);
|
gtk_widget_show (frame);
|
||||||
|
Reference in New Issue
Block a user