diff options
| author | Tomáš Hnyk <[email protected]> | 2024-05-19 15:03:36 +0000 |
|---|---|---|
| committer | Felix Ernst <[email protected]> | 2024-05-23 11:14:06 +0000 |
| commit | 35f999f39118c71255e4f79230460a5b5e220936 (patch) | |
| tree | 5d7604de73ff2bbe1f82f4765ff7f2366301f302 /src | |
| parent | 010a33e6f6508c4ba3f0874a4b3e24e339b75bda (diff) | |
Use m-dash instead of a hyphen
Diffstat (limited to 'src')
| -rw-r--r-- | src/admin/bar.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
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); |
