diff src/gtkaccount.c @ 6002:6e3650c096b0

[gaim-migrate @ 6450] Claudio Satriano updated the it.po committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Thu, 03 Jul 2003 14:24:49 +0000
parents 49ae70ffcea5
children 35560e017fa1
line wrap: on
line diff
--- 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);