]> cloud.milkyroute.net Git - dolphin.git/commitdiff
Use m-dash instead of a hyphen
authorTomáš Hnyk <tomashnyk@gmail.com>
Sun, 19 May 2024 15:03:36 +0000 (15:03 +0000)
committerFelix Ernst <felixernst@kde.org>
Thu, 23 May 2024 11:14:06 +0000 (11:14 +0000)
src/admin/bar.cpp

index 554f55a52b0caa4b3ecbbea42040468e86a07222..f2e7250ada999d2ddf3f74418ab297e132df0269 100644 (file)
@@ -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 â\80\93 Be careful!");
+    m_fullLabelString = i18nc("@info label above the view explaining the state", "Acting as an Administrator â\80\94 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);