https://bugs.kde.org/show_bug.cgi?id=361057

            Bug ID: 361057
           Summary: Every word in names of data engines is capitalized
           Product: Plasma SDK
           Version: 5.5.95
          Platform: Gentoo Packages
                OS: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: engineexplorer
          Assignee: plasma-b...@kde.org
          Reporter: aspotas...@gmail.com
                CC: giorgos.tsiapalio...@kde.org

KStringHandler::capwords() is used to force (sort of) title capitalization.
This is not suitable for many languages, e.g. Russian.

engineexplorer/modelviewer.cpp:101:        engineName =
KStringHandler::capwords(m_engine->pluginInfo().name());
engineexplorer/serviceviewer.cpp:69:        engineName =
KStringHandler::capwords(m_engine->pluginInfo().name());
engineexplorer/engineexplorer.cpp:513:                             
.subs(KStringHandler::capwords(m_engine->pluginInfo().name()))


Reproducible: Always

-- 
You are receiving this mail because:
You are watching all bug changes.

Reply via email to