--- a/src/gtkaccount.c Thu Jul 03 04:49:38 2003 +0000 +++ b/src/gtkaccount.c Thu Jul 03 14:24:49 2003 +0000 @@ -1217,7 +1217,7 @@ if (dialog->prpl_info->register_user != NULL) { /* Register button */ - button = gtk_button_new_with_label("Register"); + button = gtk_button_new_with_label(_("Register")); gtk_box_pack_start(GTK_BOX(bbox), button, FALSE, FALSE, 0); gtk_widget_show(button);