[tellico] /: Tweak tagline a bit - a KDE collection manager rolls off my tongue more easily

Robby Stephenson null at kde.org
Wed Mar 15 00:14:40 UTC 2017


Git commit f0f8980207a186537b4b888b24ced42fcc1c820c by Robby Stephenson.
Committed on 15/03/2017 at 00:14.
Pushed by rstephenson into branch 'master'.

Tweak tagline a bit - a KDE collection manager rolls off my tongue more easily

M  +1    -1    doc/advanced.docbook
M  +1    -1    src/main.cpp

https://commits.kde.org/tellico/f0f8980207a186537b4b888b24ced42fcc1c820c

diff --git a/doc/advanced.docbook b/doc/advanced.docbook
index 4afcb05d..4a0b1e81 100644
--- a/doc/advanced.docbook
+++ b/doc/advanced.docbook
@@ -11,7 +11,7 @@ When running &appname; from the command line, there are several options for open
 <programlisting>
 Usage: tellico [options] [filename]
 
-Tellico - a collection manager by KDE
+Tellico - a KDE collection manager
 
 Options:
   --nofile                  Do not reopen the last open file
diff --git a/src/main.cpp b/src/main.cpp
index acc37c10..8d3d09eb 100644
--- a/src/main.cpp
+++ b/src/main.cpp
@@ -115,7 +115,7 @@ int main(int argc, char* argv[]) {
 
   // component name = "tellico" is same as bugs.kde.org product name
   KAboutData aboutData(QLatin1String("tellico"), QLatin1String("Tellico"),
-                       QLatin1String(TELLICO_VERSION), i18n("Tellico - a collection manager by KDE"),
+                       QLatin1String(TELLICO_VERSION), i18n("Tellico - a KDE collection manager"),
                        KAboutLicense::GPL_V2,
                        i18n("(c) 2001-2016, Robby Stephenson"),
                        QString(),


More information about the kde-doc-english mailing list