mirror of
https://github.com/cookiengineer/audacity
synced 2025-12-18 14:41:20 +01:00
Added i18n-hint for transport status strings in the status bar.
This commit is contained in:
@@ -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");
|
||||
|
||||
Reference in New Issue
Block a user