PATCH: fix typo



hello,

heres another little patch which fixes a little
typo i mentioned some weeks ago. someone thankfully
implemented 'reply to group' and in the factory its
named 'reply to list' which may cause confusion..

-- 
Name....: Ali Akcaagac
Status..: Student Of Computer & Economic Science
E-Mail..: mailto:ali.akcaagac@stud.fh-wilhelmshaven.de
WWW.....: http://www.fh-wilhelmshaven.de/~akcaagaa
--- balsa/src/toolbar-prefs.c.orig	Tue Oct  9 23:12:49 2001
+++ balsa/src/toolbar-prefs.c	Tue Oct  9 23:31:43 2001
@@ -80,7 +80,7 @@
      N_("Reply to the current message"), TOOLBAR_BUTTON_TYPE_BUTTON},
     {BALSA_PIXMAP_MAIL_RPL_ALL, N_("Reply\nto all"),
      N_("Reply to all recipients"), TOOLBAR_BUTTON_TYPE_BUTTON},
-    {BALSA_PIXMAP_MAIL_RPL_GROUP, N_("Reply\nto list"),
+    {BALSA_PIXMAP_MAIL_RPL_GROUP, N_("Reply\nto group"),
      N_("Reply to mailing list"), TOOLBAR_BUTTON_TYPE_BUTTON},
     {GNOME_STOCK_PIXMAP_MAIL_FWD, N_("Forward"), 
      N_("Forward the current message"), TOOLBAR_BUTTON_TYPE_BUTTON},


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