changeset 31463:6ea81caebab0

__print_parse_opts__.m: Correct language in warning message. * __print_parse_opts__.m: Correct language in warning message.
author Rik <rik@octave.org>
date Wed, 16 Nov 2022 16:13:30 -0800
parents fcbbb498d4af
children 344e1152ed88
files scripts/plot/util/private/__print_parse_opts__.m
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/scripts/plot/util/private/__print_parse_opts__.m	Wed Nov 16 14:51:32 2022 -0800
+++ b/scripts/plot/util/private/__print_parse_opts__.m	Wed Nov 16 16:13:30 2022 -0800
@@ -234,7 +234,7 @@
 
   if (any (strcmp (unsupported, arg_st.devopt)))
     warning ('Octave:print:deprecated-format',
-             'print: "%s" format is no more officially supported', ...
+             'print: "%s" format is no longer officially supported',
              arg_st.devopt);
   endif