diff -r 58a3cbb49374 -r 8d35e631bef3 src/ldtypes.cpp --- a/src/ldtypes.cpp Thu May 16 02:26:50 2013 +0300 +++ b/src/ldtypes.cpp Thu May 16 22:59:10 2013 +0300 @@ -385,7 +385,7 @@ if (!firstDetails) text += ", "; - str noun = fmt ("%s%s", g_saObjTypeNames[objType], PLURAL (objCount)); + str noun = fmt ("%s%s", g_saObjTypeNames[objType], plural (objCount)); // Plural of "vertex" is "vertices". Stupid English. if (objType == LDObject::Vertex && objCount != 1)