diff -r 1a0041a6cd6c -r 4d91fb883f4b pidgin/gtkutils.h --- a/pidgin/gtkutils.h Mon Jan 11 00:04:14 2021 -0600 +++ b/pidgin/gtkutils.h Mon Jan 11 00:05:29 2021 -0600 @@ -88,7 +88,7 @@ /** * pidgin_dialog_add_button: * @dialog: The dialog window - * @label: The stock-id or the label for the button + * @label: The label for the button * @callback: (scope call): The callback function for the button * @callbackdata: The user data for the callback function *