Rename Complications -> Overlay

This commit is contained in:
arkon 2023-03-22 09:26:07 -04:00
parent e5e18c2030
commit 2e5efadf42
2 changed files with 3 additions and 3 deletions

View File

@ -184,7 +184,7 @@ private fun ColumnScope.DisplayPage(
)
}
HeadingItem(R.string.complications_header)
HeadingItem(R.string.overlay_header)
val downloadBadge by screenModel.libraryPreferences.downloadBadge().collectAsState()
CheckboxItem(
label = stringResource(R.string.action_display_download_badge),

View File

@ -585,8 +585,8 @@
<string name="updating_category">Updating category</string>
<string name="manga_from_library">From library</string>
<string name="downloaded_chapters">Downloaded chapters</string>
<!-- Like watchface complications. For badges/buttons on library covers. -->
<string name="complications_header">Complications</string>
<!-- For badges/buttons on library covers. -->
<string name="overlay_header">Overlay</string>
<string name="tabs_header">Tabs</string>
<!-- Browse source -->