t"Local HTML doc" link made translatable. - vaccinewars - be a doctor and try to vaccinate the world
 (HTM) git clone git://src.adamsgaard.dk/vaccinewars
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) README
 (DIR) LICENSE
       ---
 (DIR) commit 36cf108886919eae2ab9e1e3d3cb50622ece453e
 (DIR) parent 9a0289056adce2040b8b5ddb09f5301ba65c2405
 (HTM) Author: Ben Webb <ben@salilab.org>
       Date:   Mon, 12 Aug 2002 11:36:43 +0000
       
       "Local HTML doc" link made translatable.
       
       
       Diffstat:
         M src/gui_client/gtk_client.c         |       2 +-
       
       1 file changed, 1 insertion(+), 1 deletion(-)
       ---
 (DIR) diff --git a/src/gui_client/gtk_client.c b/src/gui_client/gtk_client.c
       t@@ -2382,7 +2382,7 @@ void display_intro(GtkWidget *widget, gpointer data)
          gtk_box_pack_start(GTK_BOX(vbox), label, FALSE, FALSE, 0);
        
          docindex = GetDocIndex();
       -  PackCentredURL(vbox, "Local HTML documentation", docindex, WebBrowser);
       +  PackCentredURL(vbox, _("Local HTML documentation"), docindex, WebBrowser);
          g_free(docindex);
        
          PackCentredURL(vbox, "http://dopewars.sourceforge.net/",