1
0
mirror of https://github.com/weechat/weechat.git synced 2026-07-10 11:43:13 +02:00

doc: fix translation of command "eval" in user's guide

This commit is contained in:
Sébastien Helleu
2017-04-21 21:59:52 +02:00
parent 2c6985c7e7
commit 90029f9abd
20 changed files with 115 additions and 159 deletions
-2
View File
@@ -7312,8 +7312,6 @@ command_init ()
" /eval -n ${\\t} ==> <tab>\n"
" /eval -n ${hide:-,${relay.network.password}} ==> --------\n"
" /eval -n ${cut:2,+,test} ==> te+\n"
" /eval -n ${cut:2,+,こんにちは世界} ==> こん+\n"
" /eval -n ${cutscr:2,+,こんにちは世界} ==> こ+\n"
" /eval -n ${date:%H:%M:%S} ==> 07:46:40\n"
" /eval -n ${if:${info:term_width}>80?big:small} ==> big\n"
"\n"