groff-commit
[Top][All Lists]
Advanced

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

[groff] 45/46: [tbl]: Tweak diagnostic wording.


From: G. Branden Robinson
Subject: [groff] 45/46: [tbl]: Tweak diagnostic wording.
Date: Wed, 7 Dec 2022 04:32:38 -0500 (EST)

gbranden pushed a commit to branch master
in repository groff.

commit 826a49c60a788f52b2be431c1a68e8acf3bfbeb6
Author: G. Branden Robinson <g.branden.robinson@gmail.com>
AuthorDate: Wed Dec 7 02:15:18 2022 -0600

    [tbl]: Tweak diagnostic wording.
    
    No reason to use future tense; this message is not emitted until
    formatting time.
---
 src/preproc/tbl/table.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/preproc/tbl/table.cpp b/src/preproc/tbl/table.cpp
index 10c2738bd..690aeddf8 100644
--- a/src/preproc/tbl/table.cpp
+++ b/src/preproc/tbl/table.cpp
@@ -1869,7 +1869,7 @@ void table::init_output()
       // when we output the table row; it will just flow off the bottom
       // of the page.
       prints(".      tmc \\n[.F]:\\n[.c]: warning:\n"
-            ".      tm1 \" table row will not fit on page \\n%\n");
+            ".      tm1 \" table row does not fit on page \\n%\n");
       prints(".    \\}\n");
     }
     prints(".    nf\n"



reply via email to

[Prev in Thread] Current Thread [Next in Thread]