Proof-reading:
i) 'Builtins:' -> 'Built in:' , the former looking somewhat like a word that doesn't exist ii) 'widgets layout script' -> 'widget layout script'. The choice is between using widget as an adjective, describing the layout script (as I have done here); or adding a possessive apostrophe, i.e. "widgets' layout script". svn path=/trunk/KDE/kdebase/runtime/; revision=1163648
This commit is contained in:
parent
c77fc275b5
commit
6af20614ed
@ -76,9 +76,9 @@ void listPackages(const QStringList& types)
|
||||
void listTypes()
|
||||
{
|
||||
output(i18n("Package types that are installable with this tool:"));
|
||||
output(i18n("Builtins:"));
|
||||
output(i18n("Built in:"));
|
||||
output(i18n(" dataengine: Plasma DataEngine plugin"));
|
||||
output(i18n(" layout-template: Plasma containment and widgets layout script"));
|
||||
output(i18n(" layout-template: Plasma containment and widget layout script"));
|
||||
output(i18n(" plasmoid: Plasma widget"));
|
||||
output(i18n(" runner: Search plugin (KRunner, etc)"));
|
||||
output(i18n(" theme: Plasma SVG theme"));
|
||||
|
Loading…
Reference in New Issue
Block a user