From 6f468fedb43dff9e6966ec73d3bb61a28d227484 Mon Sep 17 00:00:00 2001 From: Jim Meyering Date: Fri, 23 Nov 2001 18:45:32 +0000 Subject: [PATCH] (main): Don't split string in the middle of sentence. --- src/ptx.c | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/ptx.c b/src/ptx.c index 55d564c..9747e87 100644 --- a/src/ptx.c +++ b/src/ptx.c @@ -1975,13 +1975,15 @@ it under the terms of the GNU General Public License as published by\n\ the Free Software Foundation; either version 2, or (at your option)\n\ any later version.\n\ \n\ -This program is distributed in the hope that it will be useful,\n\ "), stdout); fputs (_("\ +This program is distributed in the hope that it will be useful,\n\ but WITHOUT ANY WARRANTY; without even the implied warranty of\n\ MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the\n\ GNU General Public License for more details.\n\ \n\ +"), stdout); + fputs (_("\ You should have received a copy of the GNU General Public License\n\ along with this program; if not, write to the Free Software Foundation,\n\ Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.\n"), -- 2.7.4