mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
(trunk gtk) in the torrent info dialog, rename the "Tracker" tab to "Trackers". Reported by Rolcol.
This commit is contained in:
parent
864ae61a70
commit
1f7db007cc
1 changed files with 1 additions and 1 deletions
|
@ -2139,7 +2139,7 @@ torrent_inspector_new( GtkWindow * parent, TrCore * core )
|
||||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
|
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
|
||||||
|
|
||||||
w = tracker_page_new( di );
|
w = tracker_page_new( di );
|
||||||
l = gtk_label_new( _( "Tracker" ) );
|
l = gtk_label_new( _( "Trackers" ) );
|
||||||
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
|
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
|
||||||
|
|
||||||
w = file_list_new( core, 0 );
|
w = file_list_new( core, 0 );
|
||||||
|
|
Loading…
Reference in a new issue