minor patch




Hi.
   This is a tiny patch to make the text the same in
some menu items...  There are already some menu
items that have "Reply to xxx" instead of
"Reply To xxx" so I figured they should all be that
way.
   This way the translators won't have to translate
the same text twice...
	-gordo
? src/patch
Index: src/balsa-index.c
===================================================================
RCS file: /cvs/gnome/balsa/src/balsa-index.c,v
retrieving revision 1.170
diff -u -r1.170 balsa-index.c
--- src/balsa-index.c	2001/05/23 20:42:46	1.170
+++ src/balsa-index.c	2001/05/29 04:42:45
@@ -1842,11 +1842,11 @@
 			   balsa_message_reply, bindex, TRUE);
 
     create_stock_menu_item(menu, BALSA_PIXMAP_MAIL_RPL_ALL_MENU,
-			   _("Reply To All..."), balsa_message_replytoall,
+			   _("Reply to All..."), balsa_message_replytoall,
 			   bindex, TRUE);
 
     create_stock_menu_item(menu, BALSA_PIXMAP_MAIL_RPL_ALL_MENU,
-			   _("Reply To Group..."), balsa_message_replytogroup,
+			   _("Reply to Group..."), balsa_message_replytogroup,
 			   bindex, TRUE);
 
     create_stock_menu_item(menu, GNOME_STOCK_MENU_MAIL_FWD,
@@ -1862,7 +1862,7 @@
 			       bindex, !mailbox->readonly);
     } else {
 	create_stock_menu_item(menu, GNOME_STOCK_MENU_TRASH,
-			       _("Move To Trash"), balsa_message_move_to_trash,
+			       _("Move to Trash"), balsa_message_move_to_trash,
 			       bindex, !mailbox->readonly);
     }
 


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]