Ignore:
Timestamp:
Mar 7, 2008, 8:48:36 PM (15 years ago)
Author:
charles
Message:

lots more i18n string work -- making strings more consistent, folding redundant strings together, etc.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/verify.c

    r5208 r5221  
    126126        tor->verifyState = TR_VERIFY_NOW;
    127127
    128         tr_inf( _( "Verifying some pieces of \"%s\"" ), tor->info.name );
     128        tr_inf( _( "Verifying torrent \"%s\"" ), tor->info.name );
    129129        for( i=0; i<tor->info.fileCount && !stopCurrent; ++i )
    130130            checkFile( tor, i, &stopCurrent );
Note: See TracChangeset for help on using the changeset viewer.