1
0
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:
James Crook 2020-12-28 13:17:00 +00:00
parent 561504dc37
commit f7c0ba837b

View File

@ -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" )
}; };
} }