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

reviewable/pr11039/r1
Frans de Jonge 7 months ago committed by GitHub
parent edf9798bb7
commit 9e82761c45
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save