[plasma-sdk] plasmoidviewer: User-visible strings: Plasma is a proper noun

Luigi Toscano null at kde.org
Sat Jan 14 15:13:41 UTC 2017


Git commit 80d1db012f1d516c51752c5e095294bfd0b1148d by Luigi Toscano.
Committed on 14/01/2017 at 15:13.
Pushed by ltoscano into branch 'master'.

User-visible strings: Plasma is a proper noun

M  +2    -2    plasmoidviewer/main.cpp
M  +2    -2    plasmoidviewer/man-plasmoidviewer.1.docbook

https://commits.kde.org/plasma-sdk/80d1db012f1d516c51752c5e095294bfd0b1148d

diff --git a/plasmoidviewer/main.cpp b/plasmoidviewer/main.cpp
index db4313b..ebce711 100644
--- a/plasmoidviewer/main.cpp
+++ b/plasmoidviewer/main.cpp
@@ -67,10 +67,10 @@ int main(int argc, char **argv)
                 QStringLiteral("location"), QStringLiteral("floating")));
 
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("x") << QStringLiteral("xPosition"),
-                i18n("Set the x position of the plasmoidviewer on the plasma desktop"),
+                i18n("Set the x position of the plasmoidviewer on the Plasma desktop"),
                 QStringLiteral("xPosition")));
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("y") << QStringLiteral("yPosition"),
-                i18n("Set the y position of the plasmoidviewer on the plasma desktop"),
+                i18n("Set the y position of the plasmoidviewer on the Plasma desktop"),
                 QStringLiteral("yPosition")));
     parser.addOption(QCommandLineOption(QStringList() << QStringLiteral("s") << QStringLiteral("size"),
                 i18n("Set the window size of the plasmoidview"),
diff --git a/plasmoidviewer/man-plasmoidviewer.1.docbook b/plasmoidviewer/man-plasmoidviewer.1.docbook
index f412b63..bf4f46f 100644
--- a/plasmoidviewer/man-plasmoidviewer.1.docbook
+++ b/plasmoidviewer/man-plasmoidviewer.1.docbook
@@ -77,11 +77,11 @@ desktop, fullscreen, topedge, bottomedge, leftedge, rightedge).</para></listitem
 </varlistentry>
 <varlistentry>
 <term><option>-x, --xPosition <replaceable>xPosition</replaceable></option></term>
-<listitem><para>Set the x position of the plasmoidviewer on the plasma desktop.</para></listitem>
+<listitem><para>Set the x position of the plasmoidviewer on the Plasma desktop.</para></listitem>
 </varlistentry>
 <varlistentry>
 <term><option>-y, --yPosition <replaceable>yPosition</replaceable></option></term>
-<listitem><para>Set the y position of the plasmoidviewer on the plasma desktop.</para></listitem>
+<listitem><para>Set the y position of the plasmoidviewer on the Plasma desktop.</para></listitem>
 </varlistentry>
 <varlistentry>
 <term><option>-s, --size <replaceable>widthXheight</replaceable></option></term>


More information about the kde-doc-english mailing list