mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(gtk) fix mnemonic collision in Edit > Preferences > Desktop, reported by Nemo @ http://forum.transmissionbt.com/viewtopic.php?f=1&t=6310&p=30583#p30578
This commit is contained in:
@@ -397,7 +397,7 @@ desktopPage( GObject * core )
|
||||
t = hig_workarea_create( );
|
||||
hig_workarea_add_section_title( t, &row, _( "Options" ) );
|
||||
|
||||
s = _( "_Inhibit desktop hibernation when torrents are active" );
|
||||
s = _( "Inhibit desktop _hibernation when torrents are active" );
|
||||
w = new_check_button( s, PREF_KEY_INHIBIT_HIBERNATION, core );
|
||||
hig_workarea_add_wide_control( t, &row, w );
|
||||
|
||||
|
||||
Reference in New Issue
Block a user