app: add a tooltip to the resize dialog's "resize text layers" toggle

"Resizing text layers will make them uneditable"
This commit is contained in:
Michael Natterer 2016-10-19 12:56:50 +02:00
parent f9170b667e
commit bfeb93afe6

View file

@ -363,6 +363,10 @@ resize_dialog_new (GimpViewable *viewable,
G_CALLBACK (gimp_toggle_button_update),
&private->resize_text_layers);
gimp_help_set_help_data (button,
_("Resizing text layers will make them uneditable"),
NULL);
g_object_unref (size_group);
}