forked from I2P_Developers/i2p.i2p
ngettext
This commit is contained in:
@ -423,10 +423,7 @@ public class PeerHelper extends HelperBase {
|
|||||||
if (cfs > 0) {
|
if (cfs > 0) {
|
||||||
if (!appended) buf.append("<br>");
|
if (!appended) buf.append("<br>");
|
||||||
buf.append(" <i>");
|
buf.append(" <i>");
|
||||||
if (cfs == 1)
|
buf.append(ngettext("{0} fail", "{0} fails", cfs));
|
||||||
buf.append(_t("1 fail"));
|
|
||||||
else
|
|
||||||
buf.append(_t("{0} fails", cfs));
|
|
||||||
buf.append("</i>");
|
buf.append("</i>");
|
||||||
appended = true;
|
appended = true;
|
||||||
}
|
}
|
||||||
|
Reference in New Issue
Block a user