diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 11:56:34 +0000 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2006-04-16 11:56:34 +0000 |
commit | 22d8c1017b42258cca85f31f0c2f0aa4ed8268c0 (patch) | |
tree | 0f5095d3114b806f3a4cdde1afb6e0b55f4fa165 /doc | |
parent | 9481ec0c9c730a21aabe0b02a918219abb564bcb (diff) | |
download | weechat-22d8c1017b42258cca85f31f0c2f0aa4ed8268c0.zip |
Fixed typo in /window command help
Diffstat (limited to 'doc')
-rw-r--r-- | doc/en/config.xml | 4 | ||||
-rw-r--r-- | doc/en/weechat_commands.xml | 2 | ||||
-rw-r--r-- | doc/fr/config.xml | 4 | ||||
-rw-r--r-- | doc/fr/weechat_commands.xml | 2 |
4 files changed, 6 insertions, 6 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>'<'</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>'>'</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 diff --git a/doc/fr/config.xml b/doc/fr/config.xml index f457e9d06..20884851b 100644 --- a/doc/fr/config.xml +++ b/doc/fr/config.xml @@ -156,14 +156,14 @@ <entry><option>look_nick_prefix</option></entry> <entry>chaîne</entry> <entry>toute chaîne</entry> - <entry>'<'</entry> + <entry>''</entry> <entry>Texte à afficher avant le pseudo dans la fenêtre de discussion</entry> </row> <row> <entry><option>look_nick_suffix</option></entry> <entry>chaîne</entry> <entry>toute chaîne</entry> - <entry>'>'</entry> + <entry>' |'</entry> <entry>Texte à afficher après le pseudo dans la fenêtre de discussion</entry> </row> <row> diff --git a/doc/fr/weechat_commands.xml b/doc/fr/weechat_commands.xml index 39d7e993b..4ec6f5052 100644 --- a/doc/fr/weechat_commands.xml +++ b/doc/fr/weechat_commands.xml @@ -226,7 +226,7 @@ gestion des fenêtres right: saute à la fenêtre à droite splith: éclate la fenêtre en deux horizontalement splitv: éclate la fenêtre en deux verticalement -resize: redimensionne une fenêtre, la nouvelle taille est pct%% de la fenêtre parent +resize: redimensionne une fenêtre, la nouvelle taille est <pct> pourcentage de la fenêtre parent merge: fusionne la fenêtre avec une autre Pour splith et splitv, pct est un pourcentage qui représente la taille de la nouvelle fenêtre, calculée par rapport à la taille de la fenêtre courante. Par exemple 25 signifie créer une fenêtre qui a pour taille: taille_courante / 4 |