diff options
author | rakekniven <mark.ziegler@rakekniven.de> | 2020-02-04 22:05:09 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-02-04 22:05:09 +0100 |
commit | 69eb2bc56b365dca2b18e27ca55998eae5a42f98 (patch) | |
tree | 1c93162dd5cdcb91361bfca349c5f09091158d18 /core/src | |
parent | 889fbcb006cd9654c373ae981beb9e6d9e2c7a56 (diff) | |
download | nextcloud-server-69eb2bc56b365dca2b18e27ca55998eae5a42f98.tar.gz nextcloud-server-69eb2bc56b365dca2b18e27ca55998eae5a42f98.zip |
l10n: Triple dot to ellipsis
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
Diffstat (limited to 'core/src')
-rw-r--r-- | core/src/OC/msg.js | 2 |
1 files changed, 1 insertions, 1 deletions
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…')) }, /** |