Thank you. I just noted that I made a typo somehow. Please apply the
attached patch.

I also found that I did not add the best translators of all time
(maybe not all time), but at least recent time. Kerusey and Marco. So
I added them also.

2015-04-05 11:49 GMT+02:00 jp charras <[email protected]>:
> Le 03/04/2015 16:20, Nick Østergaard a écrit :
>> Hello
>>
>> This patch syncs the about dialog with AUTHORS.txt, and updates the
>> copyright year.
>>
>> Nick Østergaard
>
> Committed. Thanks.
>
>
> --
> Jean-Pierre CHARRAS
>
> _______________________________________________
> Mailing list: https://launchpad.net/~kicad-developers
> Post to     : [email protected]
> Unsubscribe : https://launchpad.net/~kicad-developers
> More help   : https://help.launchpad.net/ListHelp
=== modified file 'common/dialog_about/AboutDialog_main.cpp'
--- common/dialog_about/AboutDialog_main.cpp	2015-04-05 09:48:54 +0000
+++ common/dialog_about/AboutDialog_main.cpp	2015-04-05 11:43:15 +0000
@@ -275,7 +275,7 @@
     info.AddDeveloper(
         new Contributor( wxT( "Andrew Zonenberg" ),        wxT( "[email protected]" ) ) );
     info.AddDeveloper(
-        new Contributor( wxT( "Nick Østergaard" ),         wxT( "[email protected]" ) ) );
+        new Contributor( wxT( "Nick Østergaard" ),         wxT( "[email protected]" ) ) );
 
     // The document writers
     info.AddDocWriter(
@@ -300,6 +300,8 @@
     info.AddTranslator(
         new Contributor( wxT( "Mateusz Skowroński" ),     wxT( "[email protected]" ),              wxT( "Polish (PL)" ),   KiBitmapNew( lang_pl_xpm ) ) );
     info.AddTranslator(
+        new Contributor( wxT( "Kerusey Karyu" ),          wxT( "[email protected]" ),            wxT( "Polish (PL)" ),   KiBitmapNew( lang_pl_xpm ) ) );
+    info.AddTranslator(
         new Contributor( wxT( "Renie Marquet" ),          wxT( "[email protected]" ),       wxT( "Portuguese (PT)" ), KiBitmapNew( lang_pt_xpm ) ) );
     info.AddTranslator(
         new Contributor( wxT( "Igor Plyatov" ),           wxT( "[email protected]" ),             wxT( "Russian (RU)" ),  KiBitmapNew( lang_ru_xpm ) ) );
@@ -319,6 +321,8 @@
     info.AddTranslator(
         new Contributor( wxT( "Massimo Cioce" ),          wxT( "[email protected]" ),             wxT( "Italian (IT)" ),  KiBitmapNew( lang_it_xpm ) ) );
     info.AddTranslator(
+        new Contributor( wxT( "Marco Ciampa" ),           wxT( "[email protected]" ),             wxT( "Italian (IT)" ),  KiBitmapNew( lang_it_xpm ) ) );
+    info.AddTranslator(
         new Contributor( wxT( "Evgeniy Ivanov" ),         wxT( "[email protected]" ),     wxT( "Bulgarian (BG)" ),KiBitmapNew( lang_bg_xpm ) ) );
 
     // TODO: are these all russian translators,

_______________________________________________
Mailing list: https://launchpad.net/~kicad-developers
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~kicad-developers
More help   : https://help.launchpad.net/ListHelp

Reply via email to