Bug 679223 - "Rate" in tool options needs translation context
Add translation contexts for "Rate" of airbrush, convolve and smudge.
This commit is contained in:
parent
54cf6c6e9f
commit
5efd56c1c8
3 changed files with 3 additions and 3 deletions
|
|
@ -89,7 +89,7 @@ gimp_airbrush_options_gui (GimpToolOptions *tool_options)
|
|||
gtk_widget_show (button);
|
||||
|
||||
scale = gimp_prop_spin_scale_new (config, "rate",
|
||||
_("Rate"),
|
||||
C_("airbrush-tool", "Rate"),
|
||||
1.0, 10.0, 1);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0);
|
||||
gtk_widget_show (scale);
|
||||
|
|
|
|||
|
|
@ -226,7 +226,7 @@ gimp_convolve_options_gui (GimpToolOptions *tool_options)
|
|||
|
||||
/* the rate scale */
|
||||
scale = gimp_prop_spin_scale_new (config, "rate",
|
||||
_("Rate"),
|
||||
C_("convolve-tool", "Rate"),
|
||||
1.0, 10.0, 1);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0);
|
||||
gtk_widget_show (scale);
|
||||
|
|
|
|||
|
|
@ -89,7 +89,7 @@ gimp_smudge_options_gui (GimpToolOptions *tool_options)
|
|||
|
||||
/* the rate scale */
|
||||
scale = gimp_prop_spin_scale_new (config, "rate",
|
||||
_("Rate"),
|
||||
C_("smudge-tool", "Rate"),
|
||||
1.0, 10.0, 1);
|
||||
gtk_box_pack_start (GTK_BOX (vbox), scale, FALSE, FALSE, 0);
|
||||
gtk_widget_show (scale);
|
||||
|
|
|
|||
Loading…
Reference in a new issue