diff options
author | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-12 20:14:36 +0200 |
---|---|---|
committer | Sébastien Helleu <flashcode@flashtux.org> | 2019-10-12 20:14:36 +0200 |
commit | 8fc8f728d49110ac44d403977f42afbdaf9d371e (patch) | |
tree | bbda7dc06b38f535bfeed53c6ecc9d245eab04b2 /po/tr.po | |
parent | 9535f4a70be7fa67bf65b4dc88b9681b2b755c4c (diff) | |
download | weechat-8fc8f728d49110ac44d403977f42afbdaf9d371e.zip |
core: add reverse of string for screen in evaluation of expressions with "revscr:"
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2019-10-11 13:59+0200\n" +"POT-Creation-Date: 2019-10-12 17:09+0200\n" "PO-Revision-Date: 2019-05-13 21:32+0200\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1342,7 +1342,7 @@ msgid "" "+max,suffix,string\")\n" " or max chars displayed on screen (format: \"cutscr:max,suffix,string\" " "or \"cutscr:+max,suffix,string\")\n" -" 5. a reversed string (format: \"rev:xxx\")\n" +" 5. a reversed string (format: \"rev:xxx\" or \"revscr:xxx\")\n" " 6. a repeated string (format: \"repeat:count,string\")\n" " 7. length of a string (format: \"length:xxx\" or \"lengthscr:xxx\")\n" " 8. a color (format: \"color:xxx\", see \"Plugin API reference\", function " |