summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2009-11-06 21:57:53 +0100
committerSebastien Helleu <flashcode@flashtux.org>2009-11-06 21:57:53 +0100
commit03e604c675e0685a8b83bf29f50dd5bcfe983e52 (patch)
tree217563a449a36a01dd57be75cceda9b519e66e8e /doc/en
parent2ee653f1b5703029b0e2ef336cd0ff6ce82c52f2 (diff)
downloadweechat-03e604c675e0685a8b83bf29f50dd5bcfe983e52.zip
Fix typos in translations
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/autogen/plugin_api/infolists.txt10
-rw-r--r--doc/en/autogen/user/weechat_commands.txt3
2 files changed, 7 insertions, 6 deletions
diff --git a/doc/en/autogen/plugin_api/infolists.txt b/doc/en/autogen/plugin_api/infolists.txt
index fb925d05b..69dcbbab0 100644
--- a/doc/en/autogen/plugin_api/infolists.txt
+++ b/doc/en/autogen/plugin_api/infolists.txt
@@ -13,17 +13,17 @@
| logger | logger_buffer | list of logger buffers
-| lua | lua_script | liste des scripts lua
+| lua | lua_script | list of scripts
-| perl | perl_script | liste des scripts perl
+| perl | perl_script | list of scripts
-| python | python_script | liste des scripts python
+| python | python_script | list of scripts
| relay | relay | list of relay clients
-| ruby | ruby_script | liste des scripts ruby
+| ruby | ruby_script | list of scripts
-| tcl | tcl_script | liste des scripts tcl
+| tcl | tcl_script | list of scripts
| weechat | bar | list of bars
diff --git a/doc/en/autogen/user/weechat_commands.txt b/doc/en/autogen/user/weechat_commands.txt
index 71a1572aa..5600be43b 100644
--- a/doc/en/autogen/user/weechat_commands.txt
+++ b/doc/en/autogen/user/weechat_commands.txt
@@ -367,7 +367,8 @@
For splith and splitv, pct is a percentage which represents size of new window, computed with current window as size reference. For example 25 means create a new window with size = current_size / 4
Examples:
- jump to window displaying buffer #1: /window b1 scroll 2 lines up: /window scroll -2
+ jump to window displaying buffer #1: /window b1
+ scroll 2 lines up: /window scroll -2
scroll 2 days up: /window scroll -2d
scroll to beginning of current day: /window scroll -d
........................................