summaryrefslogtreecommitdiff
path: root/src/core/wee-command.c
diff options
context:
space:
mode:
authorSébastien Helleu <flashcode@flashtux.org>2023-03-26 19:15:33 +0200
committerSébastien Helleu <flashcode@flashtux.org>2023-03-26 20:30:17 +0200
commitfe41da1506cd7c186a90f0808a90dd1c5711cb4e (patch)
tree68c7ae49b68590f14d24db356199de79a440c9b4 /src/core/wee-command.c
parent9bb3acd2c7905f61c641d268b6340cff4d11b280 (diff)
downloadweechat-fe41da1506cd7c186a90f0808a90dd1c5711cb4e.zip
core: update translations (issue #1503)
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 ab43e2c2f..272fe3d97 100644
--- a/src/core/wee-command.c
+++ b/src/core/wee-command.c
@@ -8367,10 +8367,10 @@ command_init ()
" delete_beginning_of_line: delete from beginning of line until "
"cursor\n"
" delete_beginning_of_input: delete from beginning of input until "
- " delete_end_of_line: delete from cursor until end of line\n"
"cursor\n"
+ " delete_end_of_line: delete from cursor until end of line\n"
" delete_end_of_input: delete from cursor until end of input\n"
- " delete_line: delete entire line\n"
+ " delete_line: delete current line\n"
" delete_input: delete entire input\n"
" clipboard_paste: paste from the internal clipboard\n"
" transpose_chars: transpose two chars\n"