mirror of
https://github.com/transmission/transmission.git
synced 2025-12-24 20:35:36 +00:00
(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:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user