Git commit 26b4d09c579a7dfa86fb60145351dc825370fc06 by Robby Stephenson. Committed on 31/05/2020 at 01:02. Pushed by rstephenson into branch 'master'.
Update Tellico description M +2 -2 doc/advanced.docbook M +2 -2 src/main.cpp https://invent.kde.org/office/tellico/commit/26b4d09c579a7dfa86fb60145351dc825370fc06 diff --git a/doc/advanced.docbook b/doc/advanced.docbook index aba4f9bc..0eff04c1 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 KDE collection manager +Tellico - collection management software, free and simple Options: --nofile Do not reopen the last open file @@ -20,7 +20,7 @@ Options: --ris Import <filename> as a RIS file Arguments: - filename File to open + [filename] File to open </programlisting> </sect1> diff --git a/src/main.cpp b/src/main.cpp index ae195b9d..baf16e1b 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -118,9 +118,9 @@ int main(int argc, char* argv[]) { // component name = "tellico" is same as bugs.kde.org product name KAboutData aboutData(QStringLiteral("tellico"), QStringLiteral("Tellico"), - QStringLiteral(TELLICO_VERSION), i18n("Tellico - a KDE collection manager"), + QStringLiteral(TELLICO_VERSION), i18n("Tellico - collection management software, free and simple"), KAboutLicense::GPL_V2, - i18n("(c) 2001-2019, Robby Stephenson"), + i18n("(c) 2001-2020, Robby Stephenson"), QString(), QStringLiteral("https://tellico-project.org")); aboutData.addAuthor(QStringLiteral("Robby Stephenson"), QString(), QStringLiteral("[email protected]"));
