(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

@@ -686,8 +686,8 @@ info_page_new (tr_torrent * tor)
hig_workarea_add_row (t, &row, _("Hash:"), l, NULL);
pch = (info->isPrivate )
? _("Private Torrent: PEX disabled")
: _("Public Torrent");
? _("Private to this tracker -- PEX disabled")
: _("Public torrent");
l = gtk_label_new (pch);
hig_workarea_add_row (t, &row, _("Privacy:"), l, NULL);