# HG changeset patch # User Mark Doliner # Date 1061704190 0 # Node ID 693262ed19dc2da5fa92909148d23f80127d84de # Parent 21084026030b353670c70b27b5159f36cb8c7547 [gaim-migrate @ 7128] Don't translate those pesky translator's names. If anyone has a good way to make the languages translatable but not the other stuff, lemme know. In the mean time, in between time, I think this is definitely more better butter than it weres. committer: Tailor Script diff -r 21084026030b -r 693262ed19dc src/about.c --- a/src/about.c Sun Aug 24 05:07:30 2003 +0000 +++ b/src/about.c Sun Aug 24 05:49:50 2003 +0000 @@ -143,7 +143,6 @@ gtk_imhtml_append_text(GTK_IMHTML(text), _("Current Translators:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("" " Catalan (ca) - Robert Millan <zeratul2@wanadoo.es>
" " Czech (cs) - Miloslav Trmac <mitr@volny.cz>
" " Danish (da) - Morten Brix Pedersen <morten@wtf.dk>
" @@ -161,12 +160,11 @@ " Swedish (sv) - Tore Lundqvist <tlt@mima.x.se>
" " Simplified Chinese (zh_CN) - Funda Wang <fundawang@linux.net.cn>
" " Traditional Chinese (zh_TW) - Ambrose C. Li <acli@ada.dhs.org> and Paladin R. Liu <paladin@ms1.hinet.net
" - "
"), -1, GTK_IMHTML_NO_SCROLL); + "
", -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), _("Past Translators:
"), -1, GTK_IMHTML_NO_SCROLL); gtk_imhtml_append_text(GTK_IMHTML(text), - _("" " Amharic (am) - Daniel Yacob
" " Bulgarian (bg) - Hristo Todorov
" " Catalan (ca) - JM Pérez Cáncer
" @@ -184,7 +182,7 @@ " Slovak (sk) - Daniel Režný
" " Swedish (sv) - Christian Rose
" " Chinese (zh_CN, zh_TW) - Hashao, Rocky S. Lee
" - "
"), -1, GTK_IMHTML_NO_SCROLL); + "
", -1, GTK_IMHTML_NO_SCROLL); gtk_adjustment_set_value(gtk_scrolled_window_get_vadjustment(GTK_SCROLLED_WINDOW(sw)), 0);