From 8c1dad55103c85ae1c1248d474771c221259efb5 Mon Sep 17 00:00:00 2001 From: plata Date: Thu, 3 Jan 2019 12:11:29 +0100 Subject: [PATCH] Remove space before ellipsis --- Engines/Wine/Verbs/gdiplus/script.js | 2 +- Utils/Functions/Net/Download/script.js | 2 +- i18n/Messages.properties | 4 ++-- 3 files changed, 4 insertions(+), 4 deletions(-) diff --git a/Engines/Wine/Verbs/gdiplus/script.js b/Engines/Wine/Verbs/gdiplus/script.js index 13396049bd..f8e6739e3c 100644 --- a/Engines/Wine/Verbs/gdiplus/script.js +++ b/Engines/Wine/Verbs/gdiplus/script.js @@ -15,7 +15,7 @@ Wine.prototype.gdiplus = function () { .name("WindowsXP-KB975337-x86-ENU.exe") .get(); - this.wizard().wait(tr("Please wait while {0} is installed ...", "GDI+")); + this.wizard().wait(tr("Please wait while {0} is installed...", "GDI+")); this.run(setupFile, ["/extract:C:\\Tmp", "/q"], null, true, true); this.overrideDLL() diff --git a/Utils/Functions/Net/Download/script.js b/Utils/Functions/Net/Download/script.js index 78067b4d45..6b781eaa2e 100644 --- a/Utils/Functions/Net/Download/script.js +++ b/Utils/Functions/Net/Download/script.js @@ -105,7 +105,7 @@ Downloader.prototype.onlyIfUpdateAvailable = function (onlyIfUpdateAvailable) { */ Downloader.prototype.get = function () { if (!this._message) { - this._message = tr("Please wait while {0} is downloaded ...", this._fetchFileNameFromUrl(this._url)); + this._message = tr("Please wait while {0} is downloaded...", this._fetchFileNameFromUrl(this._url)); } if (this._wizard) { diff --git a/i18n/Messages.properties b/i18n/Messages.properties index c5d239b91e..01abe04b61 100644 --- a/i18n/Messages.properties +++ b/i18n/Messages.properties @@ -921,7 +921,7 @@ Please\ wait\ until\ Steam\ has\ finished\ the\ download...=Please wait until St Please\ wait\ until\ Uplay\ has\ finished\ the\ download...=Please wait until Uplay has finished the download... #: Utils/Functions/Net/Download/script.js:108 -Please\ wait\ while\ {0}\ is\ downloaded\ ...=Please wait while {0} is downloaded ... +Please\ wait\ while\ {0}\ is\ downloaded...=Please wait while {0} is downloaded... #: Utils/Functions/Net/Resource/script.js:80 Please\ wait\ while\ {0}\ is\ downloaded...=Please wait while {0} is downloaded... @@ -931,7 +931,7 @@ Please\ wait\ while\ {0}\ is\ downloaded...=Please wait while {0} is downloaded. Please\ wait\ while\ {0}\ is\ extracted...=Please wait while {0} is extracted... #: Engines/Wine/Verbs/gdiplus/script.js:18 -Please\ wait\ while\ {0}\ is\ installed\ ...=Please wait while {0} is installed ... +Please\ wait\ while\ {0}\ is\ installed...=Please wait while {0} is installed... #: Engines/Wine/Verbs/vcrun2017/script.js:18 #: Engines/Wine/Verbs/vcrun2017/script.js:29