]> source.dussan.org Git - nextcloud-server.git/commitdiff
l10n: Triple dot to ellipsis
authorrakekniven <mark.ziegler@rakekniven.de>
Tue, 4 Feb 2020 21:05:09 +0000 (22:05 +0100)
committerGitHub <noreply@github.com>
Tue, 4 Feb 2020 21:05:09 +0000 (22:05 +0100)
Signed-off-by: rakekniven <mark.ziegler@rakekniven.de>
core/src/OC/msg.js

index 744bd795b6c07eacef1023e3906f87093564f768..d23c1645c6502e352e5078eae2cf6d5d40cff7ae 100644 (file)
@@ -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'))
        },
 
        /**