Bug 441978 - Empties Trash to create free space string in navigation bar's Empty Trash button's tooltip is untranslatable
Summary: Empties Trash to create free space string in navigation bar's Empty Trash but...
Status: RESOLVED FIXED
Alias: None
Product: dolphin
Classification: Applications
Component: general (show other bugs)
Version: 21.08.1
Platform: Other Linux
: NOR normal
Target Milestone: ---
Assignee: Tyson Tan
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2021-09-04 07:13 UTC by Tyson Tan
Modified: 2023-05-08 01:16 UTC (History)
1 user (show)

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


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Tyson Tan 2021-09-04 07:13:20 UTC
The tooptip "Empties Trash to create free space" of Empty Trash button in navigation bar is untraslatable.

Empty Trash
#: dolphinnavigatorswidgetaction.cpp:236

Empties Trash to create free space
#: dolphinnavigatorswidgetaction.cpp:237

It's QLatin1String instead of i18nc.

In fact, this source file has multiple occasions of QLatin1String that have not been internationalized.
Comment 1 Tyson Tan 2021-09-05 07:20:03 UTC
I tried to fix it, I hope it works!

MR:
https://invent.kde.org/system/dolphin/-/merge_requests/267