diff options
| author | 2012-07-25 00:40:59 +0000 | |
|---|---|---|
| committer | 2012-07-25 00:40:59 +0000 | |
| commit | 89d28a7fafec40cea518696a6cf8cedfb45fc825 (patch) | |
| tree | 0104a33c3616ab14b9c167077b0f0086325e5793 /src/modules | |
| parent | Add Esperanto translation by Poenikatu! Great Job! :) (diff) | |
| download | KVIrc-89d28a7fafec40cea518696a6cf8cedfb45fc825.tar.gz KVIrc-89d28a7fafec40cea518696a6cf8cedfb45fc825.tar.bz2 KVIrc-89d28a7fafec40cea518696a6cf8cedfb45fc825.zip | |
Fix a couple of typos and add an entry to the about dialog
git-svn-id: https://svn.kvirc.de/svn/trunk/kvirc@6245 17fca916-40b9-46aa-a4ea-0a15b648b75c
Diffstat (limited to 'src/modules')
| -rw-r--r-- | src/modules/about/ENTRIES | 5 | ||||
| -rw-r--r-- | src/modules/about/abouttext.inc | 16 |
2 files changed, 21 insertions, 0 deletions
diff --git a/src/modules/about/ENTRIES b/src/modules/about/ENTRIES index 29a407753..2d906130d 100644 --- a/src/modules/about/ENTRIES +++ b/src/modules/about/ENTRIES @@ -100,6 +100,11 @@ NICK: Nakre MAIL: bravehearterkan at hotmail dot com ROLE: Turkish translation and bug hunting +NAME: Sian Mountbatten +NICK: Poenikatu +MAIL: poenikatu at fastmail dot co dot uk +ROLE: Esperanto translation + SECTION: Graphics NAME: Cle' diff --git a/src/modules/about/abouttext.inc b/src/modules/about/abouttext.inc index cba79017c..b89691a32 100644 --- a/src/modules/about/abouttext.inc +++ b/src/modules/about/abouttext.inc @@ -315,6 +315,22 @@ static const char * g_szAboutText = "" \ "Turkish translation and bug hunting" \ "</font></td></tr>" \ "</table><br><br>" \ +"<table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ +"<tr><td align=\"center\">" \ +"<font color=\"#000000\" size=\"+2\"><b>Sian Mountbatten</b></font>" \ +"</td></tr>" \ +"<tr><td align=\"center\"><font color=\"#800020\" size=\"+2\"> (" \ +"Poenikatu" \ +")</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#0000FF\" size=\"+1\">" \ +"[" \ +"poenikatu at fastmail dot co dot uk" \ +"]" \ +"</font></td></tr>" \ +"<tr><td align=\"center\"><font color=\"#303030\">" \ +"Esperanto translation" \ +"</font></td></tr>" \ +"</table><br><br>" \ "<br><table width=\"100%\" cellpadding=\"0\" cellspacing=\"0\" border=\"0\">" \ "<tr><td align=\"center\">" \ "<font color=\"#000000\" size=\"+3\"><b>Graphics</b></font>" \ |
