Git commit 6feae1538d17ecf279b5f772759458577f0fb14e by David Edmundson. Committed on 10/07/2014 at 11:16. Pushed by davidedmundson into branch 'master'.
SC -> Plasma M +1 -1 Modules/infosummary/infosum.cpp M +1 -1 doc/index.docbook http://commits.kde.org/kinfocenter/6feae1538d17ecf279b5f772759458577f0fb14e diff --git a/Modules/infosummary/infosum.cpp b/Modules/infosummary/infosum.cpp index 33e8828..e58beb0 100644 --- a/Modules/infosummary/infosum.cpp +++ b/Modules/infosummary/infosum.cpp @@ -62,7 +62,7 @@ void InfoSumPlugin::createOsBox() { DefaultBoxWidget *osWidget = new DefaultBoxWidget(); osWidget->setIcon(QIcon::fromTheme(QStringLiteral("kde"))); - osWidget->setLabelTitles(i18n("OS Version"),i18n("KDE SC Version"), i18n("Hostname")); + osWidget->setLabelTitles(i18n("OS Version"),i18n("KDE Plasma Version"), i18n("Hostname")); OsDepInfo *osInfo = new OsDepInfo(); diff --git a/doc/index.docbook b/doc/index.docbook index cecad52..96e36bb 100644 --- a/doc/index.docbook +++ b/doc/index.docbook @@ -242,7 +242,7 @@ The <acronym>OS</acronym> information box has the following information: </para> <itemizedlist> <listitem><para><guilabel>OS Version</guilabel>: This is the version information of the Operating System KInfoCenter is present on.</para></listitem> -<listitem><para><guilabel>KDE SC Version</guilabel>: This is the version of the KDE Software Collection KInfoCenter was compiled on.</para></listitem> +<listitem><para><guilabel>KDE Plasma Version</guilabel>: This is the version of the KDE Plasma Workspace KInfoCenter was compiled on.</para></listitem> <listitem><para><guilabel>Hostname</guilabel>: This is the hostname of the computer KInfoCenter is present on.</para></listitem> </itemizedlist>
