This patch removes outdated translation contribution. The outcoming new version Italian translation was completely revised and updated so I think we can get rid of references to old and no more active contributors.
TIA Regards, -- Marco Ciampa I know a joke about UDP, but you might not get it. ------------------------ GNU/Linux User #78271 FSFE fellow #364 ------------------------
>From f56cadd573bb364d72bbd971b09c1fabee4267dd Mon Sep 17 00:00:00 2001 From: Marco Ciampa <[email protected]> Date: Wed, 13 Dec 2017 10:46:03 +0100 Subject: [PATCH] Remove outdated translation contribution. --- common/dialog_about/AboutDialog_main.cpp | 5 ----- 1 file changed, 5 deletions(-) diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp index 2c362f43e..52eff8e58 100644 --- a/common/dialog_about/AboutDialog_main.cpp +++ b/common/dialog_about/AboutDialog_main.cpp @@ -352,11 +352,6 @@ static void buildKicadAboutBanner( EDA_BASE_FRAME* aParent, ABOUT_APP_INFO& aInf wxEmptyString, "Greek (el_GR)", KiBitmapNew( lang_gr_xpm ) ) ); - aInfo.AddTranslator( new CONTRIBUTOR( "Massimo Cioce", - wxEmptyString, - wxEmptyString, - "Italian (IT)", - KiBitmapNew( lang_it_xpm ) ) ); aInfo.AddTranslator( new CONTRIBUTOR( "Marco Ciampa", wxEmptyString, wxEmptyString, -- 2.15.1
_______________________________________________ Mailing list: https://launchpad.net/~kicad-developers Post to : [email protected] Unsubscribe : https://launchpad.net/~kicad-developers More help : https://help.launchpad.net/ListHelp

