(gtk) rough draft of the preferences dialog's "Remote Access" tab: enable/disable RPC, port, ACL, password, and password toggle

This commit is contained in:
Charles Kerr
2008-06-02 21:02:38 +00:00
parent 15beea0630
commit 44fdf34678
3 changed files with 91 additions and 8 deletions

View File

@@ -98,7 +98,7 @@ refresh_cb ( gpointer user_data )
switch( ui->builder->result )
{
case TR_MAKEMETA_OK:
txt = g_strdup( _( "Torrent created" ) );
txt = g_strdup( _( "Torrent created!" ) );
break;
case TR_MAKEMETA_URL: