Bug 430259 - Spinboxes have inconsistent default texts ("secs" and "seconds". "min" and "minutes")
Summary: Spinboxes have inconsistent default texts ("secs" and "seconds". "min" and "m...
Status: RESOLVED FIXED
Alias: None
Product: systemsettings
Classification: Applications
Component: general (show other bugs)
Version: unspecified
Platform: Neon Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords: accessibility, usability
Depends on:
Blocks:
 
Reported: 2020-12-11 14:27 UTC by Patrick Silva
Modified: 2021-05-26 22:26 UTC (History)
2 users (show)

See Also:
Latest Commit:
Version Fixed In: 5.23
Sentry Crash Report:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Patrick Silva 2020-12-11 14:27:57 UTC
In Launch Feedback KCM there is a spinbox with "5 secs" text.
However, Notifications and Screen Locking KCMs have spinboxes with "5 seconds" text.

In KDE Wallet KCM we see a spinbox saying "10 min" and in Screen Locking KCM
we see another one saying "5 minutes".

EXPECTED:
consistency

Operating System: KDE neon Unstable Edition
KDE Plasma Version: 5.20.80
KDE Frameworks Version: 5.77.0
Qt Version: 5.15.2
Comment 1 Justin Zobel 2021-01-17 06:53:02 UTC
Confirmed, does the KDE HIG have any information about how time should be described?
Comment 2 Nate Graham 2021-05-26 22:25:32 UTC
Git commit 7452d5c9bf6e1b39528284381f03df1605ab1151 by Nate Graham.
Committed on 26/05/2021 at 22:24.
Pushed by ngraham into branch 'master'.

[kcms/launch] Use the word "second" instead of "sec"

No need to use use a short version; there's plenty of space.

M  +4    -1    kcms/launch/package/contents/ui/main.qml

https://invent.kde.org/plasma/plasma-desktop/commit/7452d5c9bf6e1b39528284381f03df1605ab1151
Comment 3 Nate Graham 2021-05-26 22:25:41 UTC
Git commit f593224e6884d424b25ba9ff21c16712f05c4aa5 by Nate Graham.
Committed on 26/05/2021 at 22:24.
Pushed by ngraham into branch 'master'.

Use the word "second" instead of "sec"

No need to use use a short version; there's plenty of space.

M  +1    -1    src/konfigurator/walletconfigwidget.ui

https://invent.kde.org/utilities/kwalletmanager/commit/f593224e6884d424b25ba9ff21c16712f05c4aa5
Comment 4 Nate Graham 2021-05-26 22:26:38 UTC
Fixed with the combination of those commits.