string folding

This commit is contained in:
Charles Kerr
2008-04-21 15:22:54 +00:00
parent 3595f286c4
commit 19fbb3ef2c
4 changed files with 5 additions and 5 deletions

View File

@@ -508,7 +508,7 @@ gtr_inhibit_hibernation( void )
if( success )
tr_inf( _( "Desktop hibernation disabled while Transmission is running" ) );
else {
tr_err( _( "Couldn't disable desktop hibernation: %s." ), error->message );
tr_err( _( "Couldn't disable desktop hibernation: %s" ), error->message );
g_error_free( error );
}