This is the first usage of wxPLURAL inside the library itself. We surely have more singular/plural strings than
one?
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@40342
c3d73ce0-8a6f-49c7-b76d-
6d57e0e08775
else if (IsDrive())
s += _("<DRIVE>");
else // plain file
else if (IsDrive())
s += _("<DRIVE>");
else // plain file
- s += wxString::Format(_("%ld bytes"),
+ s += wxString::Format(wxPLURAL("%ld byte", "%ld bytes", m_size),
wxLongLong(m_size).ToString().c_str());
s += wxT(' ');
wxLongLong(m_size).ToString().c_str());
s += wxT(' ');