fix 1 sec tag causing po error
This commit is contained in:
@ -351,7 +351,7 @@ public class SummaryBarRenderer {
|
||||
"<table>\n" +
|
||||
|
||||
"<tr><td align=\"left\"><b>")
|
||||
.append(_("1 sec")) // formatDuration2() would say 1000 ms
|
||||
.append(DataHelper.formatDuration2(3 * 1000)) // lie and say 3 sec since 1 sec would appear as 1000 ms
|
||||
.append(":</b></td><td align=\"right\">")
|
||||
.append(_helper.getSecondKBps())
|
||||
.append("Bps</td></tr>\n");
|
||||
|
Reference in New Issue
Block a user