1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-12-02 14:50:17 +01:00

Rename macro wxPLURAL as XP (brief, and eliminates mention of "wx")

This commit is contained in:
Paul Licameli
2020-05-20 12:38:44 -04:00
parent 6286772049
commit f8a070dde7
7 changed files with 13 additions and 12 deletions

View File

@@ -441,7 +441,7 @@ public:
return *this;
}
// Implements the wxPLURAL macro, which specifies a second msgid, a list
// Implements the XP macro, which specifies a second msgid, a list
// of format arguments, and which of those format arguments selects among
// messages; the translated strings to select among, depending on language,
// might actually be more or fewer than two. See Internat.h.