summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/core/wee-eval.c2
-rw-r--r--src/core/wee-string.c2
-rw-r--r--src/plugins/irc/irc-command.c6
-rw-r--r--src/plugins/irc/irc-config.c14
-rw-r--r--src/plugins/script/script-config.c2
5 files changed, 13 insertions, 13 deletions
diff --git a/src/core/wee-eval.c b/src/core/wee-eval.c
index 359a3f4ae..a1020ce9e 100644
--- a/src/core/wee-eval.c
+++ b/src/core/wee-eval.c
@@ -1721,7 +1721,7 @@ eval_expression_condition (const char *expr,
/*
* evaluate sub-expressions between parentheses and replace them with their
- * value
+ * values
*/
while (expr2[0] == '(')
{
diff --git a/src/core/wee-string.c b/src/core/wee-string.c
index 511b9da77..4fa39eaf0 100644
--- a/src/core/wee-string.c
+++ b/src/core/wee-string.c
@@ -933,7 +933,7 @@ string_strip (const char *string, int left, int right, const char *chars)
}
/*
- * Converts escaped chars to their value.
+ * Converts escaped chars to their values.
*
* Following escaped chars are supported:
* \" double quote
diff --git a/src/plugins/irc/irc-command.c b/src/plugins/irc/irc-command.c
index 7728fbb09..f14f70ef2 100644
--- a/src/plugins/irc/irc-command.c
+++ b/src/plugins/irc/irc-command.c
@@ -2993,7 +2993,7 @@ IRC_COMMAND_CALLBACK(links)
}
/*
- * Callback for command "/list": lists channels and their topic.
+ * Callback for command "/list": lists channels and their topics.
*/
IRC_COMMAND_CALLBACK(list)
@@ -6735,7 +6735,7 @@ irc_command_init ()
NULL, &irc_command_links, NULL, NULL);
weechat_hook_command (
"list",
- N_("list channels and their topic"),
+ N_("list channels and their topics"),
N_("[-server <server>] [-re <regex>] [<channel>[,<channel>...]] "
"[<target>]"),
N_(" server: send to this server (internal name)\n"
@@ -6965,7 +6965,7 @@ irc_command_init ()
N_("channel: channel name\n"
" nick: nick\n"
" reason: reason (special variables $nick, $channel and $server are "
- "replaced by their value)"),
+ "replaced by their values)"),
"%(irc_channel)|%(nicks) %(nicks)", &irc_command_remove, NULL, NULL);
weechat_hook_command (
"restart",
diff --git a/src/plugins/irc/irc-config.c b/src/plugins/irc/irc-config.c
index 0f143625a..ff7d924f5 100644
--- a/src/plugins/irc/irc-config.c
+++ b/src/plugins/irc/irc-config.c
@@ -2149,7 +2149,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
N_("command(s) to run after connection to server and before "
"auto-join of channels (many commands can be separated by "
"\";\", use \"\\;\" for a semicolon, special variables "
- "$nick, $channel and $server are replaced by their value) "
+ "$nick, $channel and $server are replaced by their values) "
"(note: commands are evaluated, see /help eval; server "
"options are evaluated with ${irc_server.xxx} and "
"${server} is replaced by the server name)"),
@@ -2339,7 +2339,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
"\"/kickban\" "
"(note: content is evaluated, see /help eval; special "
"variables ${nick}, ${channel} and ${server} are replaced "
- "by their value)"),
+ "by their values)"),
NULL, 0, 0,
default_value, value,
null_value_allowed,
@@ -2358,7 +2358,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
N_("default part message (leaving channel) "
"(note: content is evaluated, see /help eval; special "
"variables ${nick}, ${channel} and ${server} are replaced "
- "by their value; \"%v\" is replaced by WeeChat version if "
+ "by their values; \"%v\" is replaced by WeeChat version if "
"there is no ${...} in string)"),
NULL, 0, 0,
default_value, value,
@@ -2378,7 +2378,7 @@ irc_config_server_new_option (struct t_config_file *config_file,
N_("default quit message (disconnecting from server) "
"(note: content is evaluated, see /help eval; special "
"variables ${nick}, ${channel} and ${server} are replaced "
- "by their value; \"%v\" is replaced by WeeChat version if "
+ "by their values; \"%v\" is replaced by WeeChat version if "
"there is no ${...} in string)"),
NULL, 0, 0,
default_value, value,
@@ -2876,7 +2876,7 @@ irc_config_init ()
N_("comma separated list of words to highlight in channel buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
- "$server are replaced by their value), these words are added to "
+ "$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "
"default highlight on nick, examples: \"$nick\", \"(?-i)$nick\""),
@@ -2888,7 +2888,7 @@ irc_config_init ()
N_("comma separated list of words to highlight in private buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
- "$server are replaced by their value), these words are added to "
+ "$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "
"default highlight on nick, examples: \"$nick\", \"(?-i)$nick\""),
@@ -2900,7 +2900,7 @@ irc_config_init ()
N_("comma separated list of words to highlight in server buffers "
"(case insensitive, use \"(?-i)\" at beginning of words to "
"make them case sensitive; special variables $nick, $channel and "
- "$server are replaced by their value), these words are added to "
+ "$server are replaced by their values), these words are added to "
"buffer property \"highlight_words\" only when buffer is created "
"(it does not affect current buffers), an empty string disables "
"default highlight on nick, examples: \"$nick\", \"(?-i)$nick\""),
diff --git a/src/plugins/script/script-config.c b/src/plugins/script/script-config.c
index 35ac28751..250a01baf 100644
--- a/src/plugins/script/script-config.c
+++ b/src/plugins/script/script-config.c
@@ -444,7 +444,7 @@ script_config_init ()
script_config_file, ptr_section,
"columns", "string",
N_("format of columns displayed in script buffer: following column "
- "identifiers are replaced by their value: %a=author, %d=description, "
+ "identifiers are replaced by their values: %a=author, %d=description, "
"%D=date added, %e=extension, %l=language, %L=license, %n=name with "
"extension, %N=name, %r=requirements, %s=status, %t=tags, "
"%u=date updated, %v=version, %V=version loaded, %w=min_weechat, "