mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
Terminal plugin: minor language fixes
* ... should be a proper ellipsis * "written" is a bit more end-user friendly than "dumped"
This commit is contained in:
committed by
Qingping Hou
parent
a6ca0f9b55
commit
d91bd91840
@@ -45,7 +45,7 @@ end
|
||||
function Terminal:execute()
|
||||
local command = self.input:getInputText()
|
||||
UIManager:show(InfoMessage:new{
|
||||
text = _("Executing ..."),
|
||||
text = _("Executing…"),
|
||||
timeout = 0.1,
|
||||
})
|
||||
UIManager:forceRePaint()
|
||||
@@ -62,7 +62,7 @@ function Terminal:execute()
|
||||
table.insert(entries, _("Failed to execute command."))
|
||||
end
|
||||
self:dump(entries)
|
||||
table.insert(entries, _("Output will also be dumped to"))
|
||||
table.insert(entries, _("Output will also be written to"))
|
||||
table.insert(entries, self.dump_file)
|
||||
UIManager:show(InfoMessage:new{
|
||||
cface = Font:getFace("ffont", 18),
|
||||
|
||||
Reference in New Issue
Block a user