src/gtkaccount.c

changeset 6002
5849a911f6bd
parent 5979
d51d697d27fb
child 6092
e1cc22bc2463
--- 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);
 

mercurial