Re: Crossposts warning revisited.....
andrew <[email protected]>
| Newsgroups | gmane.network.slrn.user |
|---|---|
| Message-ID | <[email protected]> |
On Fri, Apr 11, 2008 at 12:05:20AM -0400, John E. Davis wrote:
> What about this variant?
>
> Crosspost using: (F)ollowup-To, (A)ll groups, (T)his group, (C)ancel ?
>
> I find the double quotes around "(F)ollowup-To" to be confusing.
Makes much more sense. Since I am a little new to patching I have
taken the liberty of altering my own effort to reflect this and
attached the patch to this email. Just for the technical exercise of
it :-)
Andrew
--
http://www.andrews-corner.org
-------------------------------------------------------------------------
This SF.net email is sponsored by the 2008 JavaOne(SM) Conference
Don't miss this year's exciting event. There's still time to save $100.
Use priority code J8TL2D2.
http://ad.doubleclick.net/clk;198757673;13503038;p?http://java.sun.com/javaone
crosspost_message_2.patch
(text/plain, 644 B)
Index: src/art.c
===================================================================
--- src/art.c (revision 270)
+++ src/art.c (working copy)
@@ -3356,7 +3356,7 @@
char *responses=_("fFaAtTcC");
if (strlen (responses) != 8)
responses = "";
- rsp = slrn_get_response ("fFaAtTcC", responses, _("Crossposting. Set \"\001Followup-To\", Post to \001all groups / \001this group only, \001Cancel?"));
+ rsp = slrn_get_response ("fFaAtTcC", responses, _("Crosspost using: \001(F)ollowup-To, \001(A)ll groups, \001(T)his group, \001(C)ancel?"));
rsp = slrn_map_translated_char ("fFaAtTcC", responses, rsp) | 0x20;
switch (rsp)
{