From 4d930992c47140bc47dac2ecfe0c4ca7eca33be7 Mon Sep 17 00:00:00 2001 From: Tem PQD Date: Thu, 29 Jun 2023 22:42:34 +0000 Subject: Use ellipsis everywhere instead of three dots Better for screen readers etc. --- src/views/dolphinview.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/views/dolphinview.cpp') diff --git a/src/views/dolphinview.cpp b/src/views/dolphinview.cpp index 320524e65..1cc8a5f29 100644 --- a/src/views/dolphinview.cpp +++ b/src/views/dolphinview.cpp @@ -2343,7 +2343,7 @@ void DolphinView::slotSwipeUp() void DolphinView::showLoadingPlaceholder() { - m_placeholderLabel->setText(i18n("Loading...")); + m_placeholderLabel->setText(i18n("Loading…")); m_placeholderLabel->setVisible(true); } -- cgit v1.3