mirror of
https://github.com/weechat/weechat.git
synced 2026-07-07 18:23:13 +02:00
spelling: cannot
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
committed by
Sébastien Helleu
parent
08895863d9
commit
4ef3011ea9
@@ -7069,7 +7069,7 @@ my_section_delete_option_cb (const void *pointer, void *data,
|
||||
/* return WEECHAT_CONFIG_OPTION_UNSET_ERROR; */
|
||||
}
|
||||
|
||||
/* standard section, user can not add/delete options */
|
||||
/* standard section, user cannot add/delete options */
|
||||
struct t_config_section *new_section1 =
|
||||
weechat_config_new_section (config_file, "section1", 0, 0,
|
||||
NULL, NULL, NULL,
|
||||
@@ -12366,7 +12366,7 @@ WeeChat とプラグインが送信するシグナルのリスト:
|
||||
| String: text sent to buffer.
|
||||
| Text sent to a user buffer as input (sent only for buffers created with `/buffer add`). +
|
||||
If the return code of a callback is _WEECHAT_RC_OK_EAT_, then the string "q"
|
||||
can not be used anymore to close the buffer.
|
||||
cannot be used anymore to close the buffer.
|
||||
|
||||
// TRANSLATION MISSING
|
||||
| weechat | [[hook_signal_buffer_user_closing_xxx]] buffer_user_closing_xxx ^(2)^ | 3.8
|
||||
|
||||
Reference in New Issue
Block a user