diff src/main.c @ 10159:952fb08c60b0

[gaim-migrate @ 11240] Here's the deal: I got tired of inconsistency with respect to signon v. login, so I picked one. I picked "Log In" and "Login." I think they're more common and make more sense. "Log In" is the verb form, and should be used on things like a button that causes you to log in, places that say "You're logging in, please wait." "Login" is the nounish form, and should be used in places like, "Login name:" "Login Window" "login time" Sound good? committer: Tailor Script <tailor@pidgin.im>
author Mark Doliner <mark@kingant.net>
date Fri, 05 Nov 2004 05:55:48 +0000
parents 34bce9529cf4
children c143a3fac58d
line wrap: on
line diff
--- a/src/main.c	Fri Nov 05 05:26:43 2004 +0000
+++ b/src/main.c	Fri Nov 05 05:55:48 2004 +0000
@@ -288,7 +288,7 @@
 					 G_CALLBACK(gaim_gtk_prefs_show), mainwindow);
 	gtk_box_pack_start(GTK_BOX(hbox), button, FALSE, FALSE, 0);
 
-	button = gaim_pixbuf_button_from_stock(_("_Sign on"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL);
+	button = gaim_pixbuf_button_from_stock(_("_Log in"), GAIM_STOCK_SIGN_ON, GAIM_BUTTON_VERTICAL);
 	gtk_button_set_relief(GTK_BUTTON(button), GTK_RELIEF_NONE);
 	g_signal_connect(G_OBJECT(button), "clicked",
 					 G_CALLBACK(dologin), mainwindow);