(gtk) fix minor terminology inconsistencies between the "new torrent" and "details" dialogs

This commit is contained in:
Charles Kerr
2008-03-19 20:34:35 +00:00
parent 531dd851ad
commit ca9a75d4aa
7 changed files with 37 additions and 30 deletions

View File

@@ -289,7 +289,7 @@ make_meta_ui( GtkWindow * parent, tr_handle * handle )
hig_workarea_add_section_divider( t, &row );
hig_workarea_add_section_title (t, &row, _("Metainfo"));
hig_workarea_add_section_title (t, &row, _("Details"));
w = ui->private_check = hig_workarea_add_wide_checkbutton( t, &row, _( "_Private to this tracker" ), FALSE );