Use m-dash instead of a hyphen

This commit is contained in:
Tomáš Hnyk 2024-05-19 15:03:36 +00:00 committed by Felix Ernst
parent 010a33e6f6
commit 35f999f391

View 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 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);