From: TomṠHnyk Date: Sun, 19 May 2024 15:03:36 +0000 (+0000) Subject: Use m-dash instead of a hyphen X-Git-Url: https://cloud.milkyroute.net/gitweb/dolphin.git/commitdiff_plain/35f999f39118c71255e4f79230460a5b5e220936 Use m-dash instead of a hyphen --- 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);