mirror of https://github.com/GNOME/gimp.git
app: typo: make string translatable
This commit is contained in:
parent
4d1dd479ca
commit
146b7bde86
|
@ -339,7 +339,7 @@ layer_options_dialog_new (GimpImage *image,
|
|||
GimpContainer *filters;
|
||||
GtkWidget *view;
|
||||
|
||||
frame = gimp_frame_new ("Active Filters");
|
||||
frame = gimp_frame_new (_("Active Filters"));
|
||||
gtk_box_pack_start (GTK_BOX (left_vbox), frame, TRUE, TRUE, 0);
|
||||
gtk_widget_show (frame);
|
||||
|
||||
|
|
Loading…
Reference in New Issue