summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSebastien Helleu <flashcode@flashtux.org>2008-09-18 18:53:35 +0200
committerSebastien Helleu <flashcode@flashtux.org>2008-09-18 18:53:35 +0200
commit9c4f98e2785ff75fc39ddb9b3b357c514048799e (patch)
treea5b45fbd83c74900076c3a5847b1e8948472e87f /src/core/wee-command.c
parentc572e393e7399d125b543f4102d1baeb3b3b8391 (diff)
downloadweechat-9c4f98e2785ff75fc39ddb9b3b357c514048799e.zip
Replace french word "pourcentage" by percentage
Diffstat (limited to 'src/core/wee-command.c')
-rw-r--r--src/core/wee-command.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/src/core/wee-command.c b/src/core/wee-command.c
index d689ac20e..895b3b485 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -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"),