kicad-developers team mailing list archive
-
kicad-developers team
-
Mailing list archive
-
Message #20786
[PATCH] update list of el_GR translators in Kicad:About dialog
I would like to propose a quick patch, which:
a) re-arranges the entries for the three existing el_GR translators, so
that each one is on a separate entry/line.
b) adds Michail Misirlis to the list of el_GR translators.
See attachment.
Best regards,
Dimitris
>From 6d828e0fecfbd35fbb840cf12c2b80f2c229b605 Mon Sep 17 00:00:00 2001
From: Dimitris Lampridis <dlampridis@xxxxxxxxx>
Date: Thu, 8 Oct 2015 14:36:33 +0300
Subject: [PATCH] Kicad: add Michael to list of el_GR translators.
Also, re-arrange list so that each translator is on a separate line.
---
common/dialog_about/AboutDialog_main.cpp | 9 +++++++--
1 file changed, 7 insertions(+), 2 deletions(-)
diff --git a/common/dialog_about/AboutDialog_main.cpp b/common/dialog_about/AboutDialog_main.cpp
index 5f6ba35..90700e8 100644
--- a/common/dialog_about/AboutDialog_main.cpp
+++ b/common/dialog_about/AboutDialog_main.cpp
@@ -303,8 +303,13 @@ static void InitKiCadAboutNew( AboutAppInfo& info )
info.AddTranslator(
new Contributor( wxT( "Kenta Yonekura" ), wxT( "midpika@xxxxxxxxxxx" ), wxT( "Japanese (JA)" ), KiBitmapNew( lang_jp_xpm ) ) );
info.AddTranslator(
- new Contributor( wxT( "Manolis Stefanis, Athanasios Vlastos and Milonas Kostas" ),
- wxT( "milonas.ko@xxxxxxxxx" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
+ new Contributor( wxT( "Manolis Stefanis" ), wxT( "" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Athanasios Vlastos" ), wxT( "" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Milonas Kostas" ), wxT( "milonas.ko@xxxxxxxxx" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
+ info.AddTranslator(
+ new Contributor( wxT( "Michail Misirlis" ), wxT( "mmisirlis@xxxxxxxxx" ), wxT( "Greek (el_GR)" ), KiBitmapNew( lang_gr_xpm ) ) );
info.AddTranslator(
new Contributor( wxT( "Massimo Cioce" ), wxT( "ciocemax@xxxxxxxx" ), wxT( "Italian (IT)" ), KiBitmapNew( lang_it_xpm ) ) );
info.AddTranslator(
--
2.1.4
Follow ups