Bug 431130 - Unneeded colon in Select Font ... button tooltip
Summary: Unneeded colon in Select Font ... button tooltip
Status: RESOLVED DUPLICATE of bug 428026
Alias: None
Product: systemsettings
Classification: Applications
Component: kcm_fonts (show other bugs)
Version: 5.20.4
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Plasma Bugs List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-01-04 03:04 UTC by Tyson Tan
Modified: 2021-01-05 18:51 UTC (History)
1 user (show)

See Also:
Latest Commit:
Version Fixed In:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tyson Tan 2021-01-04 03:04:26 UTC
On KDE System Setting's Font page, you can change fonts by using the "edit" buttons on the right. However, the tooltips (cursor hovering popup message) of those buttons have unneeded colons (:) after their name type.

For example, for General, the tooltip becomes:
"Select General: Font..."
But it really should be:
"Select General Font..."

I took a look at kcm_fonts.pot, the tooltip code's location is:
package/contents/ui/FontWidget.qml:65

I guess the tooltip is using the Type strings on the left directly, which all ended with a colon. I could not find any other type strings in kcm_fonts.pot.
Comment 1 Nate Graham 2021-01-04 20:58:30 UTC
Sadly this is a Qt issue: https://bugreports.qt.io/browse/QTBUG-83890.
Comment 2 Nate Graham 2021-01-04 20:59:05 UTC
Oops, that was meant for another bug, sorry.
Comment 3 Nate Graham 2021-01-04 21:00:57 UTC
However the issue you *actually* reported has thankfully been fixed in git master already, to be released in 5.21.

*** This bug has been marked as a duplicate of bug 428026 ***
Comment 4 Tyson Tan 2021-01-05 08:14:49 UTC
Thank you Nate! :D
Comment 5 Nate Graham 2021-01-05 18:51:47 UTC
You're welcome!