mirror of
https://github.com/tapframe/NuvioStreaming.git
synced 2026-05-17 15:32:01 +00:00
i18n(fr): migrate PlayerControls submit intro contentDescription
PlayerControls.kt:271 (player header button to open SubmitIntroDialog) now uses stringResource(Res.string.submit_intro_action), the existing key already present in upstream strings (cmp-rewrite).
This commit is contained in:
parent
af43edcf04
commit
d8b7497e44
1 changed files with 1 additions and 1 deletions
|
|
@ -268,7 +268,7 @@ private fun PlayerHeader(
|
||||||
if (onSubmitIntroClick != null) {
|
if (onSubmitIntroClick != null) {
|
||||||
PlayerHeaderIconButton(
|
PlayerHeaderIconButton(
|
||||||
icon = Icons.Rounded.Flag,
|
icon = Icons.Rounded.Flag,
|
||||||
contentDescription = "Submit Intro",
|
contentDescription = stringResource(Res.string.submit_intro_action),
|
||||||
buttonSize = metrics.headerIconSize + 16.dp,
|
buttonSize = metrics.headerIconSize + 16.dp,
|
||||||
iconSize = metrics.headerIconSize,
|
iconSize = metrics.headerIconSize,
|
||||||
onClick = onSubmitIntroClick,
|
onClick = onSubmitIntroClick,
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue