https://bugs.kde.org/show_bug.cgi?id=448027
Alvin Wong <[email protected]> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|REPORTED |RESOLVED Latest Commit| |https://invent.kde.org/grap | |hics/krita/commit/713e98803 | |eaec18a2292d99649c4ce1a7225 | |1860 Resolution|--- |FIXED --- Comment #1 from Alvin Wong <[email protected]> --- Git commit 713e98803eaec18a2292d99649c4ce1a72251860 by Alvin Wong. Committed on 06/01/2022 at 16:52. Pushed by alvinwong into branch 'master'. Fix action text being untranslated in Configure Toolbar In the "Current actions" list we should use QAction::text() like the "Available list", instead of QAction::iconText(), because the `iconText` defined in .action files are not being extracted for i18n and therefore can be untranslated when different from `text`. Maybe we should review how and where `iconText` is actually being used, and either remove it or make sure they are translated? M +1 -1 libs/widgetutils/xmlgui/kedittoolbar.cpp https://invent.kde.org/graphics/krita/commit/713e98803eaec18a2292d99649c4ce1a72251860 -- You are receiving this mail because: You are watching all bug changes.
