Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Plasma
KWin
Commits
b5f9d9fd
Commit
b5f9d9fd
authored
Feb 28, 2021
by
Yuri Chornoivan
Browse files
Fix disambiguation found by gettext 0.21
parent
7b557527
Changes
1
Hide whitespace changes
Inline
Side-by-side
src/effects/mousemark/mousemark_config.cpp
View file @
b5f9d9fd
...
...
@@ -42,7 +42,7 @@ MouseMarkEffectConfig::MouseMarkEffectConfig(QWidget* parent, const QVariantList
{
m_ui
=
new
MouseMarkEffectConfigForm
(
this
);
m_ui
->
kcfg_LineWidth
->
setSuffix
(
ki18np
(
" pixel"
,
" pixels"
));
m_ui
->
kcfg_LineWidth
->
setSuffix
(
ki18n
c
p
(
"
Suffix"
,
"
pixel"
,
" pixels"
));
QVBoxLayout
*
layout
=
new
QVBoxLayout
(
this
);
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment