1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-09 03:03:12 +02:00

Replace french word "pourcentage" by percentage

This commit is contained in:
Sebastien Helleu
2008-09-18 18:53:35 +02:00
parent c572e393e7
commit 9c4f98e278
12 changed files with 59 additions and 59 deletions
+2 -2
View File
@@ -3004,10 +3004,10 @@ command_init ()
"splith: split current window horizontally\n"
"splitv: split current window vertically\n"
"resize: resize window size, new size is <pct> "
"pourcentage of parent window\n"
"percentage of parent window\n"
" merge: merge window with another (all = keep only one "
"window)\n\n"
"For splith and splitv, pct is a pourcentage which "
"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"),