diff src/gtkpounce.c @ 9591:bc910eb2679f

[gaim-migrate @ 10434] (20:47:36) nosnilmot: a) because someone reported a bug somewhere, I'll find the number later, b) because gdk-pixbuf should never have had such buggy documentation committer: Tailor Script <tailor@pidgin.im>
author Luke Schierer <lschiere@pidgin.im>
date Sun, 25 Jul 2004 00:47:10 +0000
parents 12ce3d23c662
children 03be9d653123
line wrap: on
line diff
--- a/src/gtkpounce.c	Sun Jul 25 00:44:12 2004 +0000
+++ b/src/gtkpounce.c	Sun Jul 25 00:47:10 2004 +0000
@@ -461,13 +461,13 @@
 	gtk_widget_show(table);
 
 	dialog->signon =
-		gtk_check_button_new_with_mnemonic(_("_Sign on"));
+		gtk_check_button_new_with_mnemonic(_("Si_gn on"));
 	dialog->signoff =
 		gtk_check_button_new_with_mnemonic(_("Sign _off"));
 	dialog->away =
 		gtk_check_button_new_with_mnemonic(_("A_way"));
 	dialog->away_return =
-		gtk_check_button_new_with_mnemonic(_("Re_turn from away"));
+		gtk_check_button_new_with_mnemonic(_("_Return from away"));
 	dialog->idle =
 		gtk_check_button_new_with_mnemonic(_("_Idle"));
 	dialog->idle_return =