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
1 changed files with 2 additions and 0 deletions

View File

@ -629,6 +629,8 @@ protected:
return {
XO( "Click and drag to adjust, double-click to reset" ),
&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" )
};
}