(trunk gtk) in the torrent info dialog, rename the "Tracker" tab to "Trackers". Reported by Rolcol.

This commit is contained in:
Charles Kerr 2009-11-27 14:50:44 +00:00
parent 864ae61a70
commit 1f7db007cc
1 changed files with 1 additions and 1 deletions

View File

@ -2139,7 +2139,7 @@ torrent_inspector_new( GtkWindow * parent, TrCore * core )
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
w = tracker_page_new( di );
l = gtk_label_new( _( "Tracker" ) );
l = gtk_label_new( _( "Trackers" ) );
gtk_notebook_append_page( GTK_NOTEBOOK( n ), w, l );
w = file_list_new( core, 0 );