mirror of
https://bitbucket.org/smil3y/kdelibs.git
synced 2025-02-24 02:42:48 +00:00
solid: translate Solid::Graphic device description
Signed-off-by: Ivailo Monev <xakepa10@gmail.com>
This commit is contained in:
parent
57b4a96156
commit
70762c6e7b
1 changed files with 1 additions and 1 deletions
|
@ -476,7 +476,7 @@ QString UDevDevice::description() const
|
||||||
}
|
}
|
||||||
return QString();
|
return QString();
|
||||||
} else if (queryDeviceInterface(Solid::DeviceInterface::Graphic)) {
|
} else if (queryDeviceInterface(Solid::DeviceInterface::Graphic)) {
|
||||||
return QString("Video display");
|
return QObject::tr("Graphic display");
|
||||||
}
|
}
|
||||||
|
|
||||||
return QString();
|
return QString();
|
||||||
|
|
Loading…
Add table
Reference in a new issue