From 637d383f72c1c3f82faf2d3fbdd8e78aac002eab Mon Sep 17 00:00:00 2001 From: Alexander Golubev Date: Fri, 1 Mar 2024 10:50:54 +0300 Subject: kmix[minor]: remove a stray extra space Signed-off-by: Alexander Golubev (cherry picked from commit d7a7391926a72f4f09e4bcedbb6fd30bcf4591ab) --- kmix/main.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kmix/main.cpp b/kmix/main.cpp index 1860cf43..9b0498d2 100644 --- a/kmix/main.cpp +++ b/kmix/main.cpp @@ -41,7 +41,7 @@ extern "C" KDE_EXPORT int kdemain(int argc, char *argv[]) { TDEAboutData aboutData( "kmix", I18N_NOOP("KMix"), APP_VERSION, description, TDEAboutData::License_GPL, - I18N_NOOP("(c) 1996-2000 Christian Esken\n(c) 2000-2003 Christian Esken, Stefan Schimanski\n(c) 2002-2005 Christian Esken, Helio Chissini de Castro\n (c) 2010-2022 The Trinity Desktop project")); + I18N_NOOP("(c) 1996-2000 Christian Esken\n(c) 2000-2003 Christian Esken, Stefan Schimanski\n(c) 2002-2005 Christian Esken, Helio Chissini de Castro\n(c) 2010-2022 The Trinity Desktop project")); aboutData.addAuthor("Christian Esken", "Previous maintainer", "esken@kde.org"); aboutData.addAuthor("Helio Chissini de Castro", I18N_NOOP("Redesign and previous co-maintainer, Alsa 0.9x port"), "helio@kde.org" ); -- cgit v1.2.3