mirror of
https://bitbucket.org/smil3y/kde-extraapps.git
synced 2025-02-23 18:32:53 +00:00
partitionmanager: do not use semantic markup in application name
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
ead1220e1c
commit
4b35e5a843
1 changed files with 1 additions and 1 deletions
|
@ -111,7 +111,7 @@ KAboutData* createPartitionManagerAboutData()
|
||||||
KAboutData* about = new KAboutData(
|
KAboutData* about = new KAboutData(
|
||||||
"partitionmanager",
|
"partitionmanager",
|
||||||
NULL,
|
NULL,
|
||||||
ki18nc("@title", "<application>KDE Partition Manager</application>"),
|
ki18nc("@title", "KDE Partition Manager"),
|
||||||
KDE_VERSION_STRING,
|
KDE_VERSION_STRING,
|
||||||
ki18nc("@title", "Manage your disks, partitions and file systems"),
|
ki18nc("@title", "Manage your disks, partitions and file systems"),
|
||||||
KAboutData::License_GPL,
|
KAboutData::License_GPL,
|
||||||
|
|
Loading…
Add table
Reference in a new issue