mirror of
https://github.com/cookiengineer/audacity
synced 2025-04-30 15:49:41 +02:00
Add i18n hint for Record/Play head
This commit is contained in:
parent
561504dc37
commit
f7c0ba837b
@ -629,6 +629,8 @@ protected:
|
|||||||
return {
|
return {
|
||||||
XO( "Click and drag to adjust, double-click to reset" ),
|
XO( "Click and drag to adjust, double-click to reset" ),
|
||||||
&cursor,
|
&cursor,
|
||||||
|
/* i18n-hint: This text is a tooltip on the icon (of a pin) representing
|
||||||
|
the temporal position in the audio. */
|
||||||
XO( "Record/Play head" )
|
XO( "Record/Play head" )
|
||||||
};
|
};
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user