diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-04 22:00:10 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2015-06-04 22:00:10 +0200 |
commit | 7c6c450662ec81b23a585e2abb9311f024138cb8 (patch) | |
tree | bb4a041c5f19eef972da74a789314119b2b609bc /src/plugins/irc/irc.c | |
parent | c540db0b4f5d3fbc4ffabceb77d65b43be6f2e7d (diff) | |
download | weechat-7c6c450662ec81b23a585e2abb9311f024138cb8.zip |
core: replace "create" by "add" in messages and docs for IRC servers and proxies
Diffstat (limited to 'src/plugins/irc/irc.c')
-rw-r--r-- | src/plugins/irc/irc.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/plugins/irc/irc.c b/src/plugins/irc/irc.c index 70f2b0978..9222d3f88 100644 --- a/src/plugins/irc/irc.c +++ b/src/plugins/irc/irc.c @@ -216,7 +216,7 @@ weechat_plugin_init (struct t_weechat_plugin *plugin, int argc, char *argv[]) { weechat_printf ( NULL, - _("%s%s: unable to create temporary server \"%s\" (check " + _("%s%s: unable to add temporary server \"%s\" (check " "if there is already a server with this name)"), weechat_prefix ("error"), IRC_PLUGIN_NAME, argv[i]); } |