mirror of
https://github.com/transmission/transmission.git
synced 2025-12-25 04:45:56 +00:00
string folding
This commit is contained in:
@@ -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 );
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user