src/protocols/silc/silc.c

changeset 8906
994132dc554c
parent 8891
391a227c809e
child 8950
1b90ece5fb4f
--- a/src/protocols/silc/silc.c	Sat May 08 17:43:21 2004 +0000
+++ b/src/protocols/silc/silc.c	Sat May 08 18:37:00 2004 +0000
@@ -684,8 +684,8 @@
 			      "and your personal information. Please fill the information "
 			      "you would like other users to see about yourself."),
 			    fields,
-			    "OK", G_CALLBACK(silcgaim_attrs_cb),
-			    "Cancel", G_CALLBACK(silcgaim_attrs_cancel), gc);
+			    _("OK"), G_CALLBACK(silcgaim_attrs_cb),
+			    _("Cancel"), G_CALLBACK(silcgaim_attrs_cancel), gc);
 }
 
 static void

mercurial