re-add the translation macro

This commit is contained in:
Charles Kerr 2008-04-09 20:53:09 +00:00
parent 8c5da6178b
commit 5b29d7cb3b
1 changed files with 1 additions and 1 deletions

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 );