summaryrefslogtreecommitdiffstats
path: root/apps
diff options
context:
space:
mode:
authorJoas Schilling <213943+nickvergessen@users.noreply.github.com>2018-07-30 20:12:17 +0200
committerGitHub <noreply@github.com>2018-07-30 20:12:17 +0200
commit168d6f7c44ceabe4cbf3e01af638d7310fc43ccc (patch)
treecab9c2193ea6d850f6cd1a0e5ca889fa92f3c067 /apps
parent75589badf31dff2b0e1d2a1269b4a0c2485f99a5 (diff)
parent6c5670f6d2c4250052e8a337b7014432696ee8bd (diff)
downloadnextcloud-server-168d6f7c44ceabe4cbf3e01af638d7310fc43ccc.tar.gz
nextcloud-server-168d6f7c44ceabe4cbf3e01af638d7310fc43ccc.zip
Merge pull request #10435 from nextcloud/rakekniven-patch-1
Typo fix: Triple dot to ellipsis
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..54feaa57ace 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]);