From 35f999f39118c71255e4f79230460a5b5e220936 Mon Sep 17 00:00:00 2001 From: =?utf8?q?Tom=C3=A1=C5=A1=20Hnyk?= Date: Sun, 19 May 2024 15:03:36 +0000 Subject: [PATCH] Use m-dash instead of a hyphen --- src/admin/bar.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/admin/bar.cpp b/src/admin/bar.cpp index 554f55a52..f2e7250ad 100644 --- a/src/admin/bar.cpp +++ b/src/admin/bar.cpp @@ -32,7 +32,7 @@ Bar::Bar(QWidget *parent) QWidget *contenntsContainer = prepareContentsContainer(); - m_fullLabelString = i18nc("@info label above the view explaining the state", "Acting as an Administrator – Be careful!"); + m_fullLabelString = i18nc("@info label above the view explaining the state", "Acting as an Administrator — Be careful!"); m_shortLabelString = i18nc("@info label above the view explaining the state, keep short", "Acting as Admin"); m_label = new QLabel(contenntsContainer); m_label->setMinimumWidth(0); -- 2.47.3