[krusader] /: Fix terminology in the usage of KDE

Luigi Toscano null at kde.org
Mon Mar 13 22:04:02 UTC 2017


Git commit f6035945303426bc1fee6c58dc2916688fe0cbe6 by Luigi Toscano.
Committed on 13/03/2017 at 22:02.
Pushed by ltoscano into branch 'master'.

Fix terminology in the usage of KDE

KDE has been only community for a long while. Plasma is the desktop.
Other instructions still needs a bit of tuning, but no other user-visible
strings and documentation.

M  +2    -2    INSTALL
M  +3    -3    README
M  +1    -1    doc/index.docbook
M  +2    -2    doc/installation.docbook
M  +2    -2    doc/man-krusader.1.docbook
M  +1    -1    krusader/main.cpp

https://commits.kde.org/krusader/f6035945303426bc1fee6c58dc2916688fe0cbe6

diff --git a/INSTALL b/INSTALL
index 670348a4..42ed560b 100644
--- a/INSTALL
+++ b/INSTALL
@@ -49,7 +49,7 @@ This is a list of the package names that Debian/Ubuntu/Kubuntu 16.04 use, other
 distros will probably use similar names:
 
 - arj                   archiver for .arj files
-- ark                   archive utility for KDE
+- ark                   archive utility by KDE
 - bzip2                 high-quality block-sorting file compressor - utilities
 - cpio                  GNU cpio -- a program to manage archives of files
 
@@ -69,7 +69,7 @@ or kompare              file difference viewer
 or xxdiff               a graphical file and directories comparison and merge tool
 
 - konsole               X terminal emulator
-- krename               Powerful batch renamer for KDE
+- krename               Powerful batch renamer by KDE
                         (at moment of writing: still based on KDE4)
 - lhasa                 lzh archiver
 
diff --git a/README b/README
index 76dcf868..63b8120d 100644
--- a/README
+++ b/README
@@ -27,7 +27,7 @@ For detailed installation instructions, please read the INSTALL and FAQ
 file.
 
 
-To checkout Krusader for KDE Plasma 5 from git:
+To checkout Krusader from git:
 ====================================================
 Please read the INSTALL file (section Krusader development download).
 
@@ -214,10 +214,10 @@ Since Krusader-2.1.0 we have joined KDE Extragear.
 Package Description
 ===================
 Krusader is an advanced, twin-panel (commander-style) file-manager for
-KDE and other desktops
+Plasma and other desktops
 
 Krusader is a simple, easy, powerful, twin-panel file manager 
-(commander-style) for KDE and other *nix desktops, similar to Midnight
+(commander-style) for KDE Plasma and other *nix desktops, similar to Midnight
 or Total Commander. It provides all the file management features you
 could possibly want.
 
diff --git a/doc/index.docbook b/doc/index.docbook
index 2b9093f7..31870764 100644
--- a/doc/index.docbook
+++ b/doc/index.docbook
@@ -292,7 +292,7 @@
     <releaseinfo>2.5.0</releaseinfo>
     <abstract>
       <para>&krusader; is an advanced, twin-panel
-      (commander-style) file-manager for KDE, and other desktops in
+      (commander-style) file-manager for Plasma and other desktops in
       the *nix world</para>
     </abstract>
     <keywordset>
diff --git a/doc/installation.docbook b/doc/installation.docbook
index 5e97dcab..52b3f303 100644
--- a/doc/installation.docbook
+++ b/doc/installation.docbook
@@ -389,10 +389,10 @@ distros will probably use similar names.</para>
         <para>okteta: KDE hex editor</para>
       </listitem>
       <listitem>
-        <para>konsole: X terminal emulator for KDE </para>
+        <para>konsole: X terminal emulator by KDE </para>
       </listitem>
       <listitem>
-        <para>krename: Powerful batch renamer for KDE</para>
+        <para>krename: Powerful batch renamer by KDE</para>
       </listitem>
       <listitem>
         <para>lha: lzh archiver</para>
diff --git a/doc/man-krusader.1.docbook b/doc/man-krusader.1.docbook
index c0a1c140..68d2720a 100644
--- a/doc/man-krusader.1.docbook
+++ b/doc/man-krusader.1.docbook
@@ -19,7 +19,7 @@
 
 <refnamediv>
 <refname>krusader</refname>
-<refpurpose>advanced twin-panel file manager and &FTP; client for KDE</refpurpose>
+<refpurpose>advanced twin-panel file manager and &FTP; client by KDE</refpurpose>
 </refnamediv>
 <!-- body begins here -->
 
@@ -36,7 +36,7 @@
 <refsect1>
 <title>Description</title>
 <para>Krusader is an advanced twin panel (commander style)
-file manager for KDE and other desktops in the *nix world,
+file manager for Plasma and other desktops in the *nix world,
 similar to Midnight or Total Commander.
 It provides all the file management features you could possibly want.
 Plus: extensive archive handling,
diff --git a/krusader/main.cpp b/krusader/main.cpp
index e6431c65..e8aa5272 100644
--- a/krusader/main.cpp
+++ b/krusader/main.cpp
@@ -63,7 +63,7 @@
 #include "defaults.h"
 #include "Panel/krviewfactory.h"
 
-static const char *description = I18N_NOOP("Krusader\nTwin-Panel File Manager for KDE");
+static const char *description = I18N_NOOP("Krusader\nTwin-Panel File Manager by KDE");
 
 static void sigterm_handler(int i)
 {


More information about the kde-doc-english mailing list