diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-01 08:37:38 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-11-01 08:37:38 +0100 |
commit | 2d70b2cd2ed2227145042ccdc62b3415f8c9cb3b (patch) | |
tree | 67ba540802071b540823f812ea0188a2588fed5f /src | |
parent | 00f08f8e44352b3f3e47ffde9bf4ace0b59cc50b (diff) | |
download | weechat-2d70b2cd2ed2227145042ccdc62b3415f8c9cb3b.zip |
Fix typos in french translation and in /help window
Diffstat (limited to 'src')
-rw-r--r-- | src/core/wee-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c index 0b25435e8..456a11780 100644 --- a/src/core/wee-command.c +++ b/src/core/wee-command.c @@ -4352,7 +4352,7 @@ command_init () "window as size reference. For example 25 means create a " "new window with size = current_size / 4\n\n" "Examples:\n" - " jump to window displaying buffer #1: /window b1" + " jump to window displaying buffer #1: /window b1\n" " scroll 2 lines up: /window scroll -2\n" " scroll 2 days up: /window scroll -2d\n" " scroll to beginning of current day: /window scroll -d"), |