app: mark missing tool option as translatable

This commit is contained in:
Anders Jonsson 2024-01-17 22:09:21 +01:00 committed by Alx Sa
parent e2843e40cf
commit ab9f8146da
3 changed files with 3 additions and 3 deletions

View File

@ -144,7 +144,7 @@ gimp_ink_options_gui (GimpToolOptions *tool_options)
gtk_box_pack_start (GTK_BOX (vbox2), combo_box, FALSE, FALSE, 0);
frame = gimp_prop_enum_radio_frame_new (config, "expand-mask-fill-type",
"Fill Layer Mask With", 0, 1);
_("Fill Layer Mask With"), 0, 1);
gtk_box_pack_start (GTK_BOX (vbox2), frame, FALSE, FALSE, 0);
frame = gimp_prop_expanding_frame_new (config, "expand-use", NULL,

View File

@ -95,7 +95,7 @@ gimp_mybrush_options_gui (GimpToolOptions *tool_options)
gtk_box_pack_start (GTK_BOX (vbox2), combo_box, FALSE, FALSE, 0);
frame = gimp_prop_enum_radio_frame_new (config, "expand-mask-fill-type",
"Fill Layer Mask With", 0, 1);
_("Fill Layer Mask With"), 0, 1);
gtk_box_pack_start (GTK_BOX (vbox2), frame, FALSE, FALSE, 0);
frame = gimp_prop_expanding_frame_new (config, "expand-use", NULL,

View File

@ -527,7 +527,7 @@ expand_options_gui (GimpPaintOptions *paint_options,
gtk_box_pack_start (GTK_BOX (vbox), combo_box, FALSE, FALSE, 0);
frame = gimp_prop_enum_radio_frame_new (config, "expand-mask-fill-type",
"Fill Layer Mask With", 0, 1);
_("Fill Layer Mask With"), 0, 1);
gtk_box_pack_start (GTK_BOX (vbox), frame, FALSE, FALSE, 0);
frame = gimp_prop_expanding_frame_new (config, "expand-use", NULL,