From 69eb2bc56b365dca2b18e27ca55998eae5a42f98 Mon Sep 17 00:00:00 2001
From: rakekniven <mark.ziegler@rakekniven.de>
Date: Tue, 4 Feb 2020 22:05:09 +0100
Subject: [PATCH] l10n: Triple dot to ellipsis

Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
---
 core/src/OC/msg.js | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/core/src/OC/msg.js b/core/src/OC/msg.js
index 744bd795b6c..d23c1645c65 100644
--- a/core/src/OC/msg.js
+++ b/core/src/OC/msg.js
@@ -37,7 +37,7 @@ export default {
 	 * @param {Object} selector    Placeholder to display the message in
 	 */
 	startSaving: function(selector) {
-		this.startAction(selector, t('core', 'Saving...'))
+		this.startAction(selector, t('core', 'Saving…'))
 	},
 
 	/**
-- 
GitLab