From 870aba8439eaf13a3945b28c60cc71a5bf283803 Mon Sep 17 00:00:00 2001 From: sledgehammer999 Date: Wed, 23 Oct 2013 20:23:21 +0300 Subject: [PATCH] Document better some translatable strings. --- src/transferlistdelegate.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/transferlistdelegate.h b/src/transferlistdelegate.h index da5223c1b..f908ad296 100644 --- a/src/transferlistdelegate.h +++ b/src/transferlistdelegate.h @@ -92,7 +92,7 @@ public: display = tr("Downloading"); break; case TorrentModelItem::STATE_DOWNLOADING_META: - display = tr("Downloading metadata"); + display = tr("Downloading metadata", "used when loading a magnet link"); break; case TorrentModelItem::STATE_ALLOCATING: display = tr("Allocating", "qBittorrent is allocating the files on disk"); @@ -120,7 +120,7 @@ public: display = tr("Queued for checking", "i.e. torrent is queued for hash checking"); break; case TorrentModelItem::STATE_QUEUED_FASTCHECK: - display = tr("Checking resume data"); + display = tr("Checking resume data", "used when loading the torrents from disk after qbt is launched. It checks the correctness of the .fastresume file. Normally it is completed in a fraction of a second, unless loading many many torrents."); break; default: display = "";