mirror of
https://gitlab.gnome.org/GNOME/gimp.git
synced 2025-10-06 01:12:40 +02:00
app: mark missing tool option as translatable
This commit is contained in:
@@ -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,
|
||||
|
@@ -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,
|
||||
|
@@ -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,
|
||||
|
Reference in New Issue
Block a user