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
Graphics
libksane
Commits
dd9d73cc
Commit
dd9d73cc
authored
Nov 03, 2021
by
Yuri Chornoivan
Browse files
Get rid of plural disambiguation
parent
dbd62420
Pipeline
#95256
passed with stage
in 38 seconds
Changes
1
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
src/widgets/labeledfslider.cpp
View file @
dd9d73cc
...
...
@@ -57,7 +57,7 @@ LabeledFSlider::LabeledFSlider(QWidget *parent, KSaneOption *option)
unitSuffix
=
i18nc
(
"Double numbers. SpinBox parameter unit (Microseconds)"
,
" µs"
);
break
;
case
KSaneOption
::
UnitSecond
:
unitSuffix
=
i18nc
(
"SpinBox parameter unit (seconds)"
,
" s"
);
unitSuffix
=
i18nc
(
"SpinBox parameter unit (seconds)
, float
"
,
" s"
);
break
;
default:
unitSuffix
=
QString
();
...
...
Write
Preview
Markdown
is supported
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