changeset 12192:fb89d3a31c19

[gaim-migrate @ 14494] Deconflict key bindings and fix a capitalization normalization I missed. Keybindings suck. I agree that GTK+ should do this automagically. committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Tue, 22 Nov 2005 22:47:59 +0000
parents bc2b9f925979
children 5c5b57067b2e
files src/gtkpounce.c
diffstat 1 files changed, 4 insertions(+), 4 deletions(-) [+]
line wrap: on
line diff
--- a/src/gtkpounce.c	Tue Nov 22 22:39:08 2005 +0000
+++ b/src/gtkpounce.c	Tue Nov 22 22:47:59 2005 +0000
@@ -557,9 +557,9 @@
 	dialog->away_return =
 		gtk_check_button_new_with_mnemonic(_("Ret_urns from away"));
 	dialog->idle =
-		gtk_check_button_new_with_mnemonic(_("Becomes _Idle"));
+		gtk_check_button_new_with_mnemonic(_("Becomes _idle"));
 	dialog->idle_return =
-		gtk_check_button_new_with_mnemonic(_("Is _no longer idle"));
+		gtk_check_button_new_with_mnemonic(_("Is no longer i_dle"));
 	dialog->typing =
 		gtk_check_button_new_with_mnemonic(_("Starts _typing"));
 	dialog->stop_typing =
@@ -600,7 +600,7 @@
 	gtk_widget_show(table);
 
 	dialog->open_win
-		= gtk_check_button_new_with_mnemonic(_("Op_en an IM window"));
+		= gtk_check_button_new_with_mnemonic(_("Ope_n an IM window"));
 	dialog->popup
 		= gtk_check_button_new_with_mnemonic(_("_Pop up a notification"));
 	dialog->send_msg
@@ -612,7 +612,7 @@
 
 	dialog->send_msg_entry    = gtk_entry_new();
 	dialog->exec_cmd_entry    = gtk_entry_new();
-	dialog->exec_cmd_browse   = gtk_button_new_with_mnemonic(_("B_rowse..."));
+	dialog->exec_cmd_browse   = gtk_button_new_with_mnemonic(_("Brows_e..."));
 	dialog->play_sound_entry  = gtk_entry_new();
 	dialog->play_sound_browse = gtk_button_new_with_mnemonic(_("Br_owse..."));
 	dialog->play_sound_test   = gtk_button_new_with_mnemonic(_("Pre_view"));