term: Adresses => Transports

This commit is contained in:
walking
2009-11-15 11:00:14 +00:00
parent 38ed04bbd8
commit 8cede2a2b2

View File

@ -201,7 +201,7 @@ public class NetDbRenderer {
// transports table
buf.append("<table>\n");
buf.append("<tr><th align=\"left\">" + _("Addresses") + "</th><th>" + _("Count") + "</th></tr>\n");
buf.append("<tr><th align=\"left\">" + _("Transports") + "</th><th>" + _("Count") + "</th></tr>\n");
for (int i = 0; i < 8; i++) {
int num = transportCount[i];
if (num > 0) {