diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 13:09:19 +0200 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2009-06-10 13:09:19 +0200 |
commit | 1cd9074c09a9b87021ed53b6b5450852a48d3ebd (patch) | |
tree | 1750e3042108cabbb223234e21a6392e86c14a73 /po/de.po | |
parent | 274835f0cad119688adf61bf4c48f11eec2a00b8 (diff) | |
download | weechat-1cd9074c09a9b87021ed53b6b5450852a48d3ebd.zip |
Fix help of /wait command (missing '/' in examples)
Diffstat (limited to 'po/de.po')
-rw-r--r-- | po/de.po | 6 |
1 files changed, 3 insertions, 3 deletions
@@ -9,7 +9,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat 0.3.0-dev\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2009-06-08 22:24+0200\n" +"POT-Creation-Date: 2009-06-10 13:00+0200\n" "PO-Revision-Date: 2009-05-11 13:02+0200\n" "Last-Translator: Thomas Schuetz <i18n@internet-villa.de>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -1227,8 +1227,8 @@ msgid "" "then command is executed on WeeChat core buffer).\n" "\n" "Examples:\n" -" join channel in 10 sec: /wait 10 join #test\n" -" set away in 15 min: /wait 15m away -all I'm away\n" +" join channel in 10 sec: /wait 10 /join #test\n" +" set away in 15 min: /wait 15m /away -all I'm away\n" " say 'hello' in 2 min: /wait 2m hello" msgstr "" |