app: typo: make string translatable

This commit is contained in:
Hartmut Kuhse 2016-11-04 16:23:33 +01:00
parent 4d1dd479ca
commit 146b7bde86
1 changed files with 1 additions and 1 deletions

View File

@ -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);