mirror of
https://github.com/cookiengineer/audacity
synced 2025-07-08 16:37:44 +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;
|
mSizer = NULL;
|
||||||
mCutPreviewTracks = 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");
|
mStatePlay = XO("Playing");
|
||||||
mStateStop = XO("Stopped");
|
mStateStop = XO("Stopped");
|
||||||
mStateRecord = XO("Recording");
|
mStateRecord = XO("Recording");
|
||||||
|
Loading…
x
Reference in New Issue
Block a user