mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[lang] Exporter: minor stylistic changes to Memos capitalization and dialog titles (#11032)
This commit is contained in:
@@ -85,12 +85,12 @@ function MemosExporter:getMenuTable()
|
||||
end
|
||||
},
|
||||
{
|
||||
text = _("Set Memos Token"),
|
||||
text = _("Set Memos token"),
|
||||
keep_menu_open = true,
|
||||
callback = function()
|
||||
local token_dialog
|
||||
token_dialog = InputDialog:new {
|
||||
title = _("Set Token for Memos"),
|
||||
title = _("Memos token"),
|
||||
input = self.settings.token,
|
||||
buttons = {
|
||||
{
|
||||
@@ -102,7 +102,7 @@ function MemosExporter:getMenuTable()
|
||||
end
|
||||
},
|
||||
{
|
||||
text = _("Set Token"),
|
||||
text = _("Set token"),
|
||||
callback = function()
|
||||
self.settings.token = token_dialog:getInputText()
|
||||
self:saveSettings()
|
||||
|
||||
Reference in New Issue
Block a user