Make string translatable

This commit is contained in:
MM20 2023-10-13 17:02:43 +02:00
parent ea031068a7
commit 61da8baa12
No known key found for this signature in database
GPG Key ID: 0B61A8F2DEAFA389

View File

@ -422,7 +422,7 @@ fun ConfigureClockWidgetSheet(
AnimatedVisibility(fillHeight == true) {
var showDropdown by remember { mutableStateOf(false) }
Preference(
title = "Alignment",
title = stringResource(R.string.preference_clock_widget_alignment),
summary = when (alignment) {
ClockWidgetAlignment.Top -> stringResource(R.string.preference_clock_widget_alignment_top)
ClockWidgetAlignment.Center -> stringResource(R.string.preference_clock_widget_alignment_center)