diff options
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-config.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/core/wee-config.c b/src/core/wee-config.c index 1ab9a7195..980b7891b 100644 --- a/src/core/wee-config.c +++ b/src/core/wee-config.c @@ -2563,7 +2563,8 @@ config_weechat_buffer_create_option_cb (const void *pointer, void *data, "mask \"%s\"; " "content is evaluated, see /help eval; " "${buffer} is a pointer to the buffer being " - "opened"), + "opened, ${property} is the name of the property " + "being set"), pos + 1, buffer_mask); ptr_option = config_file_new_option ( |