diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-24 00:06:13 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2013-12-24 00:06:13 +0100 |
commit | cc80730de7dfaf5deda7ffe38cf8db91b6e54f22 (patch) | |
tree | 92ecc4914885adfa8b44a6ef0f4aabc268725a21 /po/tr.po | |
parent | 5afdf63fa37ed60f739023dd5a83630adc0603e5 (diff) | |
download | weechat-cc80730de7dfaf5deda7ffe38cf8db91b6e54f22.zip |
irc: fix typo in /help irc.look.highlight_{channel|pv|server}
Diffstat (limited to 'po/tr.po')
-rw-r--r-- | po/tr.po | 26 |
1 files changed, 13 insertions, 13 deletions
@@ -20,7 +20,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2013-12-18 16:31+0100\n" +"POT-Creation-Date: 2013-12-24 00:03+0100\n" "PO-Revision-Date: 2013-11-09 10:13+0100\n" "Last-Translator: Hasan Kiran <sunder67@hotmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -5197,30 +5197,30 @@ msgid "" "comma separated list of words to highlight in server buffers (case " "insensitive, use \"(?-i)\" at beginning of words to make them case " "sensitive; special variables $nick, $channel and $server are replaced by " -"their value), these words are added to buffer local variable " -"\"highlight_words\" only when buffer is created (it does not affect current " -"buffers), an empty string disables default highlight on nick, examples: " -"\"$nick\", \"(?-i)$nick\"" +"their value), these words are added to buffer property \"highlight_words\" " +"only when buffer is created (it does not affect current buffers), an empty " +"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" +"\"" msgstr "" msgid "" "comma separated list of words to highlight in channel buffers (case " "insensitive, use \"(?-i)\" at beginning of words to make them case " "sensitive; special variables $nick, $channel and $server are replaced by " -"their value), these words are added to buffer local variable " -"\"highlight_words\" only when buffer is created (it does not affect current " -"buffers), an empty string disables default highlight on nick, examples: " -"\"$nick\", \"(?-i)$nick\"" +"their value), these words are added to buffer property \"highlight_words\" " +"only when buffer is created (it does not affect current buffers), an empty " +"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" +"\"" msgstr "" msgid "" "comma separated list of words to highlight in private buffers (case " "insensitive, use \"(?-i)\" at beginning of words to make them case " "sensitive; special variables $nick, $channel and $server are replaced by " -"their value), these words are added to buffer local variable " -"\"highlight_words\" only when buffer is created (it does not affect current " -"buffers), an empty string disables default highlight on nick, examples: " -"\"$nick\", \"(?-i)$nick\"" +"their value), these words are added to buffer property \"highlight_words\" " +"only when buffer is created (it does not affect current buffers), an empty " +"string disables default highlight on nick, examples: \"$nick\", \"(?-i)$nick" +"\"" msgstr "" msgid "" |