[lang] Exporter: minor stylistic changes to Memos capitalization and dialog titles (#11032)

This commit is contained in:
Frans de Jonge
2023-10-20 22:15:06 +02:00
committed by GitHub
parent edf9798bb7
commit 9e82761c45

View File

@@ -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()