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:
parent
6960270270
commit
a6808609ea
@ -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");
|
||||
|
Loading…
x
Reference in New Issue
Block a user