]> granicus.if.org Git - transmission/commitdiff
minor prefs dialog string tweak
authorCharles Kerr <charles@transmissionbt.com>
Wed, 16 Jul 2008 02:40:31 +0000 (02:40 +0000)
committerCharles Kerr <charles@transmissionbt.com>
Wed, 16 Jul 2008 02:40:31 +0000 (02:40 +0000)
gtk/tr-prefs.c

index 82822ecaa75628fdc41cb4aa70e956e860575170..f71f3365a66d7772c27d6606ca6f70a2b8c42fc2 100644 (file)
@@ -794,7 +794,7 @@ webPage( GObject * core )
     hig_workarea_add_section_title( t, &row, _( "Web Interface" ) );
 
         /* "enabled" checkbutton */
-        s = _( "_Allow remote access" );
+        s = _( "Enable _web access" );
         w = new_check_button( s, PREF_KEY_RPC_ENABLED, core );
         page->rpc_tb = GTK_TOGGLE_BUTTON( w );
         g_signal_connect( w, "clicked", G_CALLBACK(onRPCToggled), page );