diff -r b4e54ce1116e -r b2da1decae23 pidgin/gtkaccount.c
--- a/pidgin/gtkaccount.c Sat Nov 08 04:29:32 2008 +0000
+++ b/pidgin/gtkaccount.c Sat Nov 08 19:26:28 2008 +0000
@@ -2149,9 +2149,9 @@
"Welcome to %s!\n\n"
"You have no IM accounts configured. To start connecting with %s "
- "press the Add button below and configure your first "
+ "press the Add... button below and configure your first "
"account. If you want %s to connect to multiple IM accounts, "
- "press Add again to configure them all.\n\n"
+ "press Add... again to configure them all.\n\n"
"You can come back to this window to add, edit, or remove "
"accounts from Accounts->Manage Accounts in the Buddy "
@@ -2285,7 +2285,7 @@
gtk_widget_show(sw);
/* Add button */
- pidgin_dialog_add_button(GTK_DIALOG(win), GTK_STOCK_ADD, G_CALLBACK(add_account_cb), dialog);
+ pidgin_dialog_add_button(GTK_DIALOG(win), PIDGIN_STOCK_ADD, G_CALLBACK(add_account_cb), dialog);
/* Modify button */
button = pidgin_dialog_add_button(GTK_DIALOG(win), PIDGIN_STOCK_MODIFY, G_CALLBACK(modify_account_cb), dialog);