You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
from = _("%s Ports %s").printf (rule.from, rule.from_ports.replace (":", "-"));
It is not obvious what these placeholders mean, and they are manually duplicated in a singular version and a plural one, when there are languages that have more or fewer plural forms than English -- ngettext helps here.
The text was updated successfully, but these errors were encountered:
switchboard-plug-security-privacy/src/Views/FirewallPanel.vala
Line 248 in b8db9fa
It is not obvious what these placeholders mean, and they are manually duplicated in a singular version and a plural one, when there are languages that have more or fewer plural forms than English -- ngettext helps here.
The text was updated successfully, but these errors were encountered: