aboutsummaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorrakekniven <mark.ziegler@rakekniven.de>2018-07-29 10:15:02 +0200
committerGitHub <noreply@github.com>2018-07-29 10:15:02 +0200
commitc94ac53e60ad57b886c708854e548c243f14e293 (patch)
tree821329d5fcfe0027e8f7daa519e4c8117fe0fe11 /apps
parent0c7a17795bc553cbee8e0169e2db4c41c1d6e765 (diff)
downloadnextcloud-server-c94ac53e60ad57b886c708854e548c243f14e293.tar.gz
nextcloud-server-c94ac53e60ad57b886c708854e548c243f14e293.zip
Typo fix: Triple dot to ellipsis
Signed-off-by: Mark Ziegler <mark.ziegler@rakekniven.de>
Diffstat (limited to 'apps')
-rw-r--r--apps/dav/lib/CalDAV/Schedule/IMipPlugin.php2
1 files changed, 1 insertions, 1 deletions
diff --git a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
index 4065c21b8a1..0f7b9348b7e 100644
--- a/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
+++ b/apps/dav/lib/CalDAV/Schedule/IMipPlugin.php
@@ -501,7 +501,7 @@ class IMipPlugin extends SabreIMipPlugin {
'token' => $token,
]);
$html = vsprintf('<small><a href="%s">%s</a></small>', [
- $moreOptionsURL, $l10n->t('More options ...')
+ $moreOptionsURL, $l10n->t('More options…')
]);
$text = $l10n->t('More options at %s', [$moreOptionsURL]);