mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[plugin] Terminal: remove stray space at end of string (#8831)
This commit is contained in:
@@ -479,7 +479,7 @@ Aliases (shortcuts) to frequently used commands can be placed in:
|
||||
value_max = 30,
|
||||
value_hold_step = 2,
|
||||
default_value = 14,
|
||||
title_text = _("Terminal emulator font size "),
|
||||
title_text = _("Terminal emulator font size"),
|
||||
callback = function(spin)
|
||||
G_reader_settings:saveSetting("terminal_font_size", spin.value)
|
||||
if touchmenu_instance then touchmenu_instance:updateItems() end
|
||||
|
||||
Reference in New Issue
Block a user