X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;ds=sidebyside;f=src%2Flanguage%2Fdictionary%2Fsys-file-info.c;h=3dc375213788f6b1c4d65d403596ac4276596f64;hb=4fea709b5f138c4087954b57664d5f171e02a399;hp=6ff0f9072df3f7a7070acab9867d02705e147cbd;hpb=f4e3578b2c8ce537de5516af55a62b84ebf2b744;p=pspp diff --git a/src/language/dictionary/sys-file-info.c b/src/language/dictionary/sys-file-info.c index 6ff0f9072d..3dc3752137 100644 --- a/src/language/dictionary/sys-file-info.c +++ b/src/language/dictionary/sys-file-info.c @@ -389,7 +389,7 @@ cmd_display (struct lexer *lexer, struct dataset *ds) vl, n, attribute_flags); } else - msg (SW, _("No variables to display.")); + msg (SN, _("No variables to display.")); free (vl); }