1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-11-23 17:30: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

@@ -328,7 +328,7 @@ TranslatableString ClipBoundaryMessage(
clips.
*/
XO("dummyStringClipBoundaryMessage");
str = wxPLURAL(
str = XP(
"%s %d of %d clip %s",
"%s %d of %d clips %s",
2
@@ -350,7 +350,7 @@ TranslatableString ClipBoundaryMessage(
clips.
*/
XO("dummyStringClipBoundaryMessageLong");
str = wxPLURAL(
str = XP(
"%s %d and %s %d of %d clip %s",
"%s %d and %s %d of %d clips %s",
4
@@ -586,7 +586,7 @@ void DoSelectClip(AudacityProject &project, bool next)
last number counts the clips,
string names a track */
XO("dummyStringOnSelectClip");
auto str = wxPLURAL(
auto str = XP(
"%d of %d clip %s",
"%d of %d clips %s",
1