diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-06 22:39:29 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2021-09-06 22:39:29 +0200 |
commit | 7d1b557627c60a76df184ce2c6416d4b74da46f5 (patch) | |
tree | 058a6909b652274c850654217ac06f5271746df0 /po/pl.po | |
parent | 5b3929b321a88fdb3402d69324a24ae0828bd2e0 (diff) | |
download | weechat-7d1b557627c60a76df184ce2c6416d4b74da46f5.zip |
core: fix indentation in examples of /help eval
Diffstat (limited to 'po/pl.po')
-rw-r--r-- | po/pl.po | 10 |
1 files changed, 5 insertions, 5 deletions
@@ -22,7 +22,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2021-09-06 13:29+0200\n" +"POT-Creation-Date: 2021-09-06 22:37+0200\n" "PO-Revision-Date: 2021-07-10 16:01+0200\n" "Last-Translator: Krzysztof Korościk <soltys@soltys.info>\n" "Language-Team: Polish <kde-i18n-doc@kde.org>\n" @@ -1913,10 +1913,10 @@ msgid "" " /eval -n ${split:-1,,,abc,def,ghi} ==> ghi\n" " /eval -n ${split:count,,,abc,def,ghi} ==> 3\n" " /eval -n ${split:random,,,abc,def,ghi} ==> def\n" -" /eval -n ${split_shell:1,\"arg 1\" arg2} ==> arg 1\n" -" /eval -n ${split_shell:-1,\"arg 1\" arg2} ==> arg2\n" -" /eval -n ${split_shell:count,\"arg 1\" arg2} ==> 2\n" -" /eval -n ${split_shell:random,\"arg 1\" arg2} ==> arg2\n" +" /eval -n ${split_shell:1,\"arg 1\" arg2} ==> arg 1\n" +" /eval -n ${split_shell:-1,\"arg 1\" arg2} ==> arg2\n" +" /eval -n ${split_shell:count,\"arg 1\" arg2} ==> 2\n" +" /eval -n ${split_shell:random,\"arg 1\" arg2} ==> arg2\n" " /eval -n ${calc:(5+2)*3} ==> 21\n" " /eval -n ${random:0,10} ==> 3\n" " /eval -n ${base_encode:64,test} ==> dGVzdA==\n" |