Changed triple dots to ellipsis (#597)

Reported at Transifex.

See https://www.transifex.com/nextcloud/nextcloud/translate/#de_DE/$/172355120?q=translation_text%3A'in+ein+paar+Sekunden'
This commit is contained in:
rakekniven 2019-06-14 20:33:03 +02:00 committed by newhinton
parent 247b23c297
commit 4048ddada1

View file

@ -145,7 +145,7 @@ class TranslationController extends ApiController {
'use.icon' => $this->trans->t('Use this icon'),
'use.icon.delete' => $this->trans->t('Delete current icon'),
'use.icon.refresh' => $this->trans->t('Get icon from page'),
'use.icon.refresh.trying' => $this->trans->t('This may take a few seconds...'),
'use.icon.refresh.trying' => $this->trans->t('This may take a few seconds'),
'use.icon.refresh.error' => $this->trans->t('There was an error fetching the icon!'),
'selected.icon' => $this->trans->t('Selected icon'),