Bug 135081

Summary: Wrong word "Title" are being used for kfile-plugins
Product: [Unmaintained] kdemultimedia Reporter: Funda Wang <fundawang>
Component: generalAssignee: Multimedia Developers <kde-multimedia>
Status: RESOLVED UNMAINTAINED    
Severity: normal    
Priority: NOR    
Version First Reported In: unspecified   
Target Milestone: ---   
Platform: Mandriva RPMs   
OS: Linux   
Latest Commit: Version Fixed In:
Sentry Crash Report:

Description Funda Wang 2006-10-04 10:29:00 UTC
Version:            (using KDE KDE 3.5.4)
Installed from:    Mandriva RPMs

Take kfile-mp3 as an exmaple:

item = addItemInfo(group, "Title", i18n("Title"), QVariant::String);
    setAttributes(item, KFileMimeTypeInfo::Modifiable);
    setHint(item,  KFileMimeTypeInfo::Name);

But "Title" has already been taken in kio:
#: kab/addressbook.cc:263 kabc/addressee.cpp:683
msgid "Title"

That means, the string being used is the one for human beings, rather than songs. There are languages such as Chinese would use different words for human beings and songs.

I would suggest that following code being used:
i18n("Song\'s title","Title")
Comment 1 Justin Zobel 2021-03-09 23:42:34 UTC
Thank you for the bug report.

As this report hasn't seen any changes in 5 years or more, we ask if you can please confirm that the issue still persists.

If this bug is no longer persisting or relevant please change the status to resolved.
Comment 2 Christoph Cullmann 2024-09-22 19:04:29 UTC
kdemultimedia is no longer maintained.

If you have issues like you reported with current versions of our applications, please report the issue at the bugtracker of the application.