Skip to content

Commit

Permalink
rename menu text
Browse files Browse the repository at this point in the history
  • Loading branch information
pazos committed Aug 1, 2019
1 parent 6a73c39 commit d240d13
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion frontend/ui/elements/common_settings_menu_table.lua
Expand Up @@ -177,7 +177,7 @@ if Device:isAndroid() then

-- volume key events
common_settings.android_volume_keys = {
text = _("Use volume keys to turn pages"),
text = _("Volume key page turning"),
checked_func = function() return not android.getVolumeKeysIgnored() end,
callback = function()
local is_ignored = android.getVolumeKeysIgnored()
Expand Down

0 comments on commit d240d13

Please sign in to comment.