mirror of
https://github.com/koreader/koreader.git
synced 2025-08-10 00:52:38 +00:00
[chore] Replace ... with … (ellipsis) (#5815)
Follow-up to <https://github.com/koreader/koreader/pull/5804>.
This commit is contained in:
@@ -313,7 +313,7 @@ function FileManager:init()
|
||||
UIManager:close(self.file_dialog)
|
||||
local script_is_running_msg = InfoMessage:new{
|
||||
-- @translators %1 is the script's programming language (e.g., shell or python), %2 is the filename
|
||||
text = T(_("Running %1 script %2 ..."), util.getScriptType(file), BD.filename(BaseUtil.basename(file))),
|
||||
text = T(_("Running %1 script %2…"), util.getScriptType(file), BD.filename(BaseUtil.basename(file))),
|
||||
}
|
||||
UIManager:show(script_is_running_msg)
|
||||
UIManager:scheduleIn(0.5, function()
|
||||
|
||||
@@ -104,7 +104,7 @@ function FileManagerCollection:onMenuHold(item)
|
||||
UIManager:close(self.collfile_dialog)
|
||||
local script_is_running_msg = InfoMessage:new{
|
||||
-- @translators %1 is the script's programming language (e.g., shell or python), %2 is the filename
|
||||
text = T(_("Running %1 script %2 ..."), util.getScriptType(item.file), BD.filename(BaseUtil.basename(item.file))),
|
||||
text = T(_("Running %1 script %2…"), util.getScriptType(item.file), BD.filename(BaseUtil.basename(item.file))),
|
||||
}
|
||||
UIManager:show(script_is_running_msg)
|
||||
UIManager:scheduleIn(0.5, function()
|
||||
|
||||
Reference in New Issue
Block a user