diff --git a/plugins/TorrentPieces/__init__.py b/plugins/TorrentPieces/__init__.py index 36f6885ef..761994c06 100644 --- a/plugins/TorrentPieces/__init__.py +++ b/plugins/TorrentPieces/__init__.py @@ -22,6 +22,7 @@ plugin_version = "0.3" plugin_description = _(""" Pieces tab now shows percentage instead of progress bars. There are no longer any tooltips. + Peer speed uses following symbols: fast is + medium is = @@ -29,6 +30,9 @@ slow is - monospace font is required for columns to be aligned. +Font size and number of columns are configurable in the +preferences. + Finished torrents do not show piece information, just a message that the torrent is complete. """)