diff src/gtkconv.c @ 11115:e099f00b2f93

[gaim-migrate @ 13169] Patch #1235724, from Will Thompson (resiak) "Fixed conflicting mnemonics in the conversation window (A_lias became Al_ias to avoid clashing with View _Log, and Show T_imestamps became Show Ti_mestamps to avoid clashing with Show Buddy _Icon). Patched the appropriate msgid lines, and the msgstr lines where they were unchanged. Otherwise, I'd have to wait for the en_GB "translation" :-)" committer: Tailor Script <tailor@pidgin.im>
author Richard Laager <rlaager@wiktel.com>
date Mon, 18 Jul 2005 01:24:02 +0000
parents 2ace374369d1
children 096020ae09a9
line wrap: on
line diff
--- a/src/gtkconv.c	Mon Jul 18 01:00:38 2005 +0000
+++ b/src/gtkconv.c	Mon Jul 18 01:24:02 2005 +0000
@@ -3563,7 +3563,7 @@
 
 	{ "/Conversation/sep2", NULL, NULL, 0, "<Separator>" },
 
-	{ N_("/Conversation/A_lias..."), NULL, menu_alias_cb, 0,
+	{ N_("/Conversation/Al_ias..."), NULL, menu_alias_cb, 0,
 	  "<StockItem>", GAIM_STOCK_EDIT },
 	{ N_("/Conversation/_Block..."), NULL, menu_block_cb, 0,
 	  "<StockItem>", GAIM_STOCK_BLOCK },
@@ -3589,7 +3589,7 @@
 	{ N_("/Options/Enable _Logging"), NULL, menu_logging_cb, 0, "<CheckItem>" },
 	{ N_("/Options/Enable _Sounds"), NULL, menu_sounds_cb, 0, "<CheckItem>" },
 	{ N_("/Options/Show Formatting _Toolbars"), NULL, menu_toolbar_cb, 0, "<CheckItem>" },
-	{ N_("/Options/Show T_imestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" },
+	{ N_("/Options/Show Ti_mestamps"), "F2", menu_timestamps_cb, 0, "<CheckItem>" },
 	{ N_("/Options/Show Buddy _Icon"), NULL, menu_buddyicon_cb, 0, "<CheckItem>" },
 };