(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:
Charles Kerr 2008-11-04 20:53:37 +00:00
parent f336aff2e7
commit 49fc346491
1 changed files with 1 additions and 1 deletions

View File

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