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

reviewable/pr11039/r1
Frans de Jonge 8 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 end
}, },
{ {
text = _("Set Memos Token"), text = _("Set Memos token"),
keep_menu_open = true, keep_menu_open = true,
callback = function() callback = function()
local token_dialog local token_dialog
token_dialog = InputDialog:new { token_dialog = InputDialog:new {
title = _("Set Token for Memos"), title = _("Memos token"),
input = self.settings.token, input = self.settings.token,
buttons = { buttons = {
{ {
@ -102,7 +102,7 @@ function MemosExporter:getMenuTable()
end end
}, },
{ {
text = _("Set Token"), text = _("Set token"),
callback = function() callback = function()
self.settings.token = token_dialog:getInputText() self.settings.token = token_dialog:getInputText()
self:saveSettings() self:saveSettings()

Loading…
Cancel
Save