mirror of
https://github.com/transmission/transmission
synced 2024-12-26 01:27:28 +00:00
minor prefs dialog string tweak
This commit is contained in:
parent
70a405f1a0
commit
61d89d92dc
1 changed files with 1 additions and 1 deletions
|
@ -794,7 +794,7 @@ webPage( GObject * core )
|
||||||
hig_workarea_add_section_title( t, &row, _( "Web Interface" ) );
|
hig_workarea_add_section_title( t, &row, _( "Web Interface" ) );
|
||||||
|
|
||||||
/* "enabled" checkbutton */
|
/* "enabled" checkbutton */
|
||||||
s = _( "_Allow remote access" );
|
s = _( "Enable _web access" );
|
||||||
w = new_check_button( s, PREF_KEY_RPC_ENABLED, core );
|
w = new_check_button( s, PREF_KEY_RPC_ENABLED, core );
|
||||||
page->rpc_tb = GTK_TOGGLE_BUTTON( w );
|
page->rpc_tb = GTK_TOGGLE_BUTTON( w );
|
||||||
g_signal_connect( w, "clicked", G_CALLBACK(onRPCToggled), page );
|
g_signal_connect( w, "clicked", G_CALLBACK(onRPCToggled), page );
|
||||||
|
|
Loading…
Reference in a new issue