From 44c69dadb6ae980a0bab1031e4b79fae7e57e4eb Mon Sep 17 00:00:00 2001 From: Frans de Jonge Date: Tue, 4 Feb 2020 19:22:33 +0100 Subject: [PATCH] =?UTF-8?q?[chore]=20Replace=20...=20with=20=E2=80=A6=20(e?= =?UTF-8?q?llipsis)=20(#5815)?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Follow-up to . --- frontend/apps/filemanager/filemanager.lua | 2 +- frontend/apps/filemanager/filemanagercollection.lua | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/frontend/apps/filemanager/filemanager.lua b/frontend/apps/filemanager/filemanager.lua index 285bc2839..1e6f09c68 100644 --- a/frontend/apps/filemanager/filemanager.lua +++ b/frontend/apps/filemanager/filemanager.lua @@ -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() diff --git a/frontend/apps/filemanager/filemanagercollection.lua b/frontend/apps/filemanager/filemanagercollection.lua index c8bcc1d83..085e13718 100644 --- a/frontend/apps/filemanager/filemanagercollection.lua +++ b/frontend/apps/filemanager/filemanagercollection.lua @@ -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()