diff options
Diffstat (limited to 'src/admin')
| -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); |
