summaryrefslogtreecommitdiff
path: root/doc/en
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2006-04-16 11:56:34 +0000
committerSebastien Helleu <flashcode@flashtux.org>2006-04-16 11:56:34 +0000
commit22d8c1017b42258cca85f31f0c2f0aa4ed8268c0 (patch)
tree0f5095d3114b806f3a4cdde1afb6e0b55f4fa165 /doc/en
parent9481ec0c9c730a21aabe0b02a918219abb564bcb (diff)
downloadweechat-22d8c1017b42258cca85f31f0c2f0aa4ed8268c0.zip
Fixed typo in /window command help
Diffstat (limited to 'doc/en')
-rw-r--r--doc/en/config.xml4
-rw-r--r--doc/en/weechat_commands.xml2
2 files changed, 3 insertions, 3 deletions
diff --git a/doc/en/config.xml b/doc/en/config.xml
index 190c2a0bd..1ffe81c4f 100644
--- a/doc/en/config.xml
+++ b/doc/en/config.xml
@@ -156,14 +156,14 @@
<entry><option>look_nick_prefix</option></entry>
<entry>string</entry>
<entry>any string</entry>
- <entry>'&lt;'</entry>
+ <entry>''</entry>
<entry>Text to display before nick in chat window</entry>
</row>
<row>
<entry><option>look_nick_suffix</option></entry>
<entry>string</entry>
<entry>any string</entry>
- <entry>'&gt;'</entry>
+ <entry>' |'</entry>
<entry>Text to display after nick in chat window</entry>
</row>
<row>
diff --git a/doc/en/weechat_commands.xml b/doc/en/weechat_commands.xml
index ce18032fb..eac5678c8 100644
--- a/doc/en/weechat_commands.xml
+++ b/doc/en/weechat_commands.xml
@@ -226,7 +226,7 @@ manage windows
right: switch to window on the right
splith: split current window horizontally
splitv: split current window vertically
-resize: resize window size, new size is pct%% of parent window
+resize: resize window size, new size is <pct> pourcentage of parent window
merge: merge window with another (all = keep only one window)
For splith and splitv, pct is a pourcentage 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