diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-29 22:37:33 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-29 22:37:33 +0100 |
commit | f3d614460b86938c6756b4e59c95ab25ae8d2a45 (patch) | |
tree | 039b20ac839c4b3c6efe9bd40b5d1cdeb4fe590f /src/core | |
parent | 537f5617cfe2145388102ca37df993c96e4adb08 (diff) | |
download | weechat-f3d614460b86938c6756b4e59c95ab25ae8d2a45.zip |
core: fix typos in translations and docs
Diffstat (limited to 'src/core')
-rw-r--r-- | src/core/wee-command.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index cd69657c3..d17330df2 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -7369,7 +7369,7 @@ command_init () NULL, "uptime", N_("show WeeChat uptime"), "[-o | -ol]", - N_(" -o: send uptime to current buffer as input (english string)\n" + N_(" -o: send uptime to current buffer as input (English string)\n" "-ol: send uptime to current buffer as input (translated string)"), "-o|-ol", &command_uptime, NULL); @@ -7377,7 +7377,7 @@ command_init () NULL, "version", N_("show WeeChat version and compilation date"), "[-o | -ol]", - N_(" -o: send version to current buffer as input (english string)\n" + N_(" -o: send version to current buffer as input (English string)\n" "-ol: send version to current buffer as input (translated string)"), "-o|-ol", &command_version, NULL); |