fix: translation typo

This commit is contained in:
boa-z
2024-11-10 23:26:21 +08:00
parent b8492b3adc
commit ecb657d20d
3 changed files with 12 additions and 4 deletions

View File

@@ -71,7 +71,7 @@ class _ReaderSettingsState extends State<ReaderSettings> {
).toSliver(),
if(App.isAndroid)
_SwitchSetting(
title: 'Turn page by volume key'.tl,
title: 'Turn page by volume keys'.tl,
settingKey: 'enableTurnPageByVolumeKey',
onChanged: () {
widget.onChanged?.call('enableTurnPageByVolumeKey');