mirror of
https://github.com/transmission/transmission.git
synced 2025-12-26 21:29:18 +00:00
(gtk) fix minor terminology inconsistencies between the "new torrent" and "details" dialogs
This commit is contained in:
@@ -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);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user