Merge pull request #259 from piotrdrag/fix-comment

lib: fix translator comment extraction
This commit is contained in:
Mike Gelfand 2017-05-02 22:59:39 +03:00 committed by GitHub
commit 10556943e5
1 changed files with 5 additions and 5 deletions

View File

@ -2150,12 +2150,12 @@ static char const* getCompletionString(int type)
{ {
switch (type) switch (type)
{ {
case TR_PARTIAL_SEED:
/* Translators: this is a minor point that's safe to skip over, but FYI: /* Translators: this is a minor point that's safe to skip over, but FYI:
"Complete" and "Done" are specific, different terms in Transmission: "Complete" and "Done" are specific, different terms in Transmission:
"Complete" means we've downloaded every file in the torrent. "Complete" means we've downloaded every file in the torrent.
"Done" means we're done downloading the files we wanted, but NOT all "Done" means we're done downloading the files we wanted, but NOT all
that exist */ that exist */
case TR_PARTIAL_SEED:
return _("Done"); return _("Done");
case TR_SEED: case TR_SEED: