Changeset 5576


Ignore:
Timestamp:
Apr 10, 2008, 2:53:03 AM (15 years ago)
Author:
charles
Message:

tweak an info message based on BMW's suggestion

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/libtransmission/platform.c

    r5519 r5576  
    413413                }
    414414            }
    415             tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ),
    416                     count, oldDir, newDir );
     415
     416            if( count )
     417                tr_inf( _( "Migrated %1$d files from \"%2$s\" to \"%3$s\"" ),
     418                        count, oldDir, newDir );
    417419            closedir( dirh );
    418420        }
Note: See TracChangeset for help on using the changeset viewer.