┌   ┐
54
└   ┘

summaryrefslogtreecommitdiff
path: root/src/views/dolphinview.cpp
diff options
context:
space:
mode:
authorTem PQD <[email protected]>2023-06-29 22:42:34 +0000
committerFelix Ernst <[email protected]>2023-06-29 22:42:34 +0000
commit4d930992c47140bc47dac2ecfe0c4ca7eca33be7 (patch)
treebc45a40ee54e6543bcc18bfe897b84b8744edb3e /src/views/dolphinview.cpp
parentcf3a570afc599cb94186b50e79116b88eacf4f27 (diff)
Use ellipsis everywhere instead of three dots
Better for screen readers etc.
Diffstat (limited to 'src/views/dolphinview.cpp')
-rw-r--r--src/views/dolphinview.cpp2
1 files changed, 1 insertions, 1 deletions
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);
}