diff options
author | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 15:32:09 +0100 |
---|---|---|
committer | Sebastien Helleu <flashcode@flashtux.org> | 2014-01-21 15:32:09 +0100 |
commit | 26dfd69f879c7d89b35c537fb7005d8a456cb5e7 (patch) | |
tree | 6d365ef82a844021d219a7086e7cd5b068cf792d /po/pt_BR.po | |
parent | c19da32014ccb0ae3c8bf12bf21a39adf2da3c00 (diff) | |
download | weechat-26dfd69f879c7d89b35c537fb7005d8a456cb5e7.zip |
core: change format of buffer name in output of /buffer
Now the full name of buffer is displayed, without parentheses around the
plugin name.
The old ouput was:
[1] (core) weechat (notification: all)
[1] (irc) server.freenode (notification: all)
[2] (irc) freenode.#weechat (notification: all)
Now it is:
[1] core.weechat (notification: all)
[1] irc.server.freenode (notification: all)
[2] irc.freenode.#weechat (notification: all)
Diffstat (limited to 'po/pt_BR.po')
-rw-r--r-- | po/pt_BR.po | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/po/pt_BR.po b/po/pt_BR.po index 9f38f0d47..b5aa62fbb 100644 --- a/po/pt_BR.po +++ b/po/pt_BR.po @@ -21,7 +21,7 @@ msgid "" msgstr "" "Project-Id-Version: WeeChat\n" "Report-Msgid-Bugs-To: flashcode@flashtux.org\n" -"POT-Creation-Date: 2014-01-21 12:29+0100\n" +"POT-Creation-Date: 2014-01-21 15:28+0100\n" "PO-Revision-Date: 2014-01-18 21:23+0100\n" "Last-Translator: Sergio Durigan Junior <sergiosdj@gmail.com>\n" "Language-Team: weechat-dev <weechat-dev@nongnu.org>\n" @@ -224,8 +224,8 @@ msgstr "%sNúmero de cor inválido \"%s\" (precisa ser entre %d e %d)" msgid "Buffers list:" msgstr "Lista de buffers:" -#, c-format -msgid " %s[%s%d%s]%s (%s) %s%s%s (notify: %s)" +#, fuzzy, c-format +msgid " %s[%s%d%s]%s %s%s.%s%s%s (notify: %s)" msgstr " %s[%s%d%s]%s (%s) %s%s%s (notificar: %s)" #, c-format |