gbranden pushed a commit to branch master
in repository groff.

commit 826a49c60a788f52b2be431c1a68e8acf3bfbeb6
Author: G. Branden Robinson <[email protected]>
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"

_______________________________________________
Groff-commit mailing list
[email protected]
https://lists.gnu.org/mailman/listinfo/groff-commit

Reply via email to