1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-26 17:47:37 +00:00

re-add the translation macro

This commit is contained in:
Charles Kerr 2008-04-09 20:53:09 +00:00
parent 8c5da6178b
commit 5b29d7cb3b

View file

@ -182,7 +182,7 @@ tr_initFull( const char * configDir,
/* first %s is the application name
second %s is the version number */
tr_inf( "%s %s started", TR_NAME, LONG_VERSION_STRING );
tr_inf( _( "%s %s started" ), TR_NAME, LONG_VERSION_STRING );
/* initialize the blocklist */
tr_buildPath( filename, sizeof( filename ), h->configDir, "blocklists", NULL );