[gimp/gimp-2-10] app: fix capitalization of the "Line Art Detection" frame
- From: Michael Natterer <mitch src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gimp/gimp-2-10] app: fix capitalization of the "Line Art Detection" frame
- Date: Sat, 22 Dec 2018 20:10:21 +0000 (UTC)
commit 769a6f73cc538f8eec1bcc7f5b267175a403355c
Author: Michael Natterer <mitch gimp org>
Date: Sat Dec 22 21:06:50 2018 +0100
app: fix capitalization of the "Line Art Detection" frame
(cherry picked from commit 822f1b9090642e4c899d2108fb87eb935267b3e4)
app/tools/gimpbucketfilloptions.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
---
diff --git a/app/tools/gimpbucketfilloptions.c b/app/tools/gimpbucketfilloptions.c
index 634e341586..081412c9e4 100644
--- a/app/tools/gimpbucketfilloptions.c
+++ b/app/tools/gimpbucketfilloptions.c
@@ -442,7 +442,7 @@ gimp_bucket_fill_options_gui (GimpToolOptions *tool_options)
gtk_widget_show (combo);
/* 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);
options->priv->line_art_frame = frame;
gtk_widget_show (frame);
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]