Git commit 92dbc919fd722ca4a7648b4cb3c20554f9ab1b27 by Yuri Chornoivan. Committed on 26/09/2021 at 06:52. Pushed by yurchor into branch 'master'.
Fix minor typos M +2 -2 doc/kmail2/credits-and-licenses.docbook M +3 -3 src/aboutdata.cpp https://invent.kde.org/pim/kmail/commit/92dbc919fd722ca4a7648b4cb3c20554f9ab1b27 diff --git a/doc/kmail2/credits-and-licenses.docbook b/doc/kmail2/credits-and-licenses.docbook index 89d01dc46..f17c430a0 100644 --- a/doc/kmail2/credits-and-licenses.docbook +++ b/doc/kmail2/credits-and-licenses.docbook @@ -103,7 +103,7 @@ <title>Credits -- The Early Days</title> <para>These are the people who helped build the program when it was still quite young. Think - of them as the friendly next door neighbors who taught &kmail; importamt lessons about + of them as the friendly next door neighbors who taught &kmail; important lessons about life, and cared for the child when he wandered away from his parents' house.</para> <itemizedlist> @@ -131,7 +131,7 @@ <listitem><para>Kurt Hindenburg (kurt hindenburg at gmail com): Delete an entire thread</para></listitem> <listitem><para>Heiko Hund (heiko at ist eigentlich net): POP filters</para></listitem> <listitem><para>Torsten Kasch (tk at genetik uni-bielefeld de): Patch Solaris crash</para></listitem> -<listitem><para>Jason 'vanRijn' Kasper (vr at movingparts net): Choice of fonts for new/unread/importamt messages</para></listitem> +<listitem><para>Jason 'vanRijn' Kasper (vr at movingparts net): Choice of fonts for new/unread/important messages</para></listitem> <listitem><para>Martijn Klingens (klingens at kde org): Fix Quick Search keyboard navigation</para></listitem> <listitem><para>Christoph Klünter (chris at inferno nadir org): Fix drag and drop from address book to composer</para></listitem> <listitem><para>Martin Koller (kollix at aon at): Substantial contributor</para></listitem> diff --git a/src/aboutdata.cpp b/src/aboutdata.cpp index 62ad84bf8..f5056682d 100644 --- a/src/aboutdata.cpp +++ b/src/aboutdata.cpp @@ -58,7 +58,7 @@ static const about_data authors[] = { {"Christer Kaivo-oja", nullptr, "[email protected]", nullptr}, // No commits. One patch, Mar 7,2001. {"Lars Knoll", I18N_NOOP("Original encryption support PGP 2 and PGP 5 support"), "[email protected]", nullptr}, // Last commit Sep 17, 2002. 22 commits. {"J. Nick Koston", I18N_NOOP("GnuPG support"), "[email protected]", nullptr}, // No commits. One or two patches in 1999 (GnuPG). - {"Stephan Kulow", I18N_NOOP("Major conntributor"), "[email protected]", nullptr}, // Last commit Aug 20, 2008. 354 commits. + {"Stephan Kulow", I18N_NOOP("Major contributor"), "[email protected]", nullptr}, // Last commit Aug 20, 2008. 354 commits. {"Guillaume Laurent", nullptr, "[email protected]", nullptr}, // Last Apr 19, 2001. 2 commits, five patches. {"Sam Magnuson", nullptr, "[email protected]", nullptr}, // One commit, Mar 10, 2003. Two patches. {"Matt Newell", nullptr, "[email protected]", nullptr}, // No commits. Three patches, the latest one dated Feb 23, 2001 @@ -100,7 +100,7 @@ static const about_data credits[] = { {"David Bryant", I18N_NOOP("Documentation, still active"), "[email protected]", "https://davidcbryant.net"}, // Last commit August 29, 2021. 35 commits. {"Albert Astals Cid", I18N_NOOP("Substantial contributor, still active"), "[email protected]", nullptr}, // fix for bug:95441 (folder tree context menu doesn't show shortcuts assigned to the actions) 172 commits {"Frederick Emmott", I18N_NOOP("Anti-virus support"), "[email protected]", nullptr}, - {"Christophe Giboudeaux", I18N_NOOP("Major contributor, still actiive"), "[email protected]", nullptr}, // 1,021 commits, latest in July, 2021 + {"Christophe Giboudeaux", I18N_NOOP("Major contributor, still active"), "[email protected]", nullptr}, // 1,021 commits, latest in July, 2021 {"Sandro Giessl", I18N_NOOP("Fixed widget styles"), "[email protected]", nullptr}, // frame width fixes for widget styles {"Olivier Goffart", I18N_NOOP("Bug fixes"), "[email protected]", nullptr}, // Bug fixes, for the most part {"Severin Greimel", I18N_NOOP("Several patches"), "[email protected]", nullptr}, // several patches @@ -109,7 +109,7 @@ static const about_data credits[] = { {"Kurt Hindenburg", I18N_NOOP("Delete an entire thread"), "[email protected]", nullptr}, // implemented wish 89003 (delete whole thread) {"Heiko Hund", I18N_NOOP("POP filters"), "[email protected]", nullptr}, {"Torsten Kasch", I18N_NOOP("Patch Solaris crash"), "[email protected]", nullptr}, // crash fix for Solaris (cf. bug:68801) - {"Jason 'vanRijn' Kasper", I18N_NOOP("Choice of fonts for new/unread/importamt messages"), "[email protected]", nullptr}, // implemented wish 79938 (configurable font for new/unread/important messages) + {"Jason 'vanRijn' Kasper", I18N_NOOP("Choice of fonts for new/unread/important messages"), "[email protected]", nullptr}, // implemented wish 79938 (configurable font for new/unread/important messages) {"Martijn Klingens", I18N_NOOP("Fix Quick Search keyboard navigation"), "[email protected]", nullptr}, // fix keyboard navigation in the Status combo of the quick search {"Christoph Klünter", I18N_NOOP("Fix drag and drop from address book to composer"), "[email protected]", nullptr}, // fix for bug:88216 (drag&drop from KAddressBook to the To: field) {"Martin Koller", I18N_NOOP("Substantial contributor"), "[email protected]", nullptr}, // optional columns in the message list
