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:
parent
f9170b667e
commit
bfeb93afe6
1 changed files with 4 additions and 0 deletions
|
|
@ -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);
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue