1
0
mirror of https://github.com/cookiengineer/audacity synced 2025-06-16 08:09:32 +02:00

Added i18n-hint for transport status strings in the status bar.

This commit is contained in:
David Bailes 2015-06-13 16:48:57 +01:00
parent 6960270270
commit a6808609ea

View File

@ -101,7 +101,8 @@ ControlToolBar::ControlToolBar()
mSizer = NULL;
mCutPreviewTracks = NULL;
// strings for status bar
/* i18n-hint: These are strings for the status bar, and indicate whether Audacity
is playing or recording or stopped, and whether it is paused. */
mStatePlay = XO("Playing");
mStateStop = XO("Stopped");
mStateRecord = XO("Recording");