diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:22:28 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-03-15 19:22:28 +0100 |
commit | ff636cae892ec7ed44bf403b19144487525a5b4d (patch) | |
tree | 2caf23f779fa5f796adb2b3a4e678f032b8b00c2 /po/ja.po | |
parent | 0c18f6defedf44fafd79fcaa00befdbcf57f9dc5 (diff) | |
download | weechat-ff636cae892ec7ed44bf403b19144487525a5b4d.zip |
exec: fix typo in /help exec
Diffstat (limited to 'po/ja.po')
-rw-r--r-- | po/ja.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: 2014-03-15 15:06+0100\n" +"POT-Creation-Date: 2014-03-15 19:18+0100\n" "PO-Revision-Date: 2014-03-10 21:07+0100\n" "Last-Translator: AYANOKOUZI, Ryuunosuke <i38w7i3@yahoo.co.jp>\n" "Language-Team: Japanese <https://github.com/l/WeeChat>\n" @@ -5024,7 +5024,7 @@ msgid "" " id: command identifier: either its number or name (if set with \"-name " "xxx\")\n" " -in: send text on standard input of process\n" -"-inclose: same a -in, but stdin is closed after (and text is optional: " +"-inclose: same as -in, but stdin is closed after (and text is optional: " "without text, the stdin is just closed)\n" " -signal: send a signal to the process; the signal can be an integer or one " "of these names: hup, int, quit, kill, term, usr1, usr2\n" |