Bug 479826

Summary: Incorrect string in "Show Text" checkbox for toolbar actions
Product: [Frameworks and Libraries] frameworks-kxmlgui Reporter: tqd8 <tempqd888>
Component: generalAssignee: kdelibs bugs <kdelibs-bugs>
Status: REPORTED ---    
Severity: minor CC: kfm-devel, nate
Priority: NOR    
Version: 5.115.0   
Target Milestone: ---   
Platform: Other   
OS: Linux   
Latest Commit: Version Fixed In:
Attachments: Incorrect text for "Select" action's Show Text checkbox

Description tqd8 2024-01-15 00:16:00 UTC
SUMMARY
When right clicking on an action in the Dolphin toolbar, you see a checkbox option to toggle whether the action's name is shown next to its icon. However, the checkbox has a different string (its `text` instead of its `iconText`), so it doesn't make sense. The checkbox should indicate the exact text that will be shown/hidden by checking/unchecking the box.

These two strings happen to be identical for some actions, so it's not always visible, but one good example of this bug is for the "Select" action.

Additionally, the `text` string seems to only appear in the Configure Toolbar dialog ---  and it only appears on the left-hand "Available actions" list, not on the right-hand "Current actions" list, which seems strange to me too. Maybe this issue is not specific to Dolphin alone?


OS: openSUSE Krypton, latest snapshot
Comment 1 tqd8 2024-01-15 00:17:00 UTC
Created attachment 164908 [details]
Incorrect text for "Select" action's Show Text checkbox