--- a/libpurple/plugins/keyrings/wincred.c Sat Feb 27 18:03:08 2021 -0600 +++ b/libpurple/plugins/keyrings/wincred.c Sat Feb 27 18:03:38 2021 -0600 @@ -25,8 +25,9 @@ #include <wincred.h> +#define WINCRED_ID "keyring-wincred" #define WINCRED_NAME N_("Windows credentials") -#define WINCRED_ID "keyring-wincred" +#define WINCRED_DESCRIPTION N_("The built-in credential manager for Windows.") #define WINCRED_MAX_TARGET_NAME 256 @@ -364,6 +365,7 @@ PURPLE_TYPE_WINCRED, "id", WINCRED_ID, "name", _(WINCRED_NAME), + "description", _(WINCRED_DESCRIPTION), NULL )); }