files: prune a message to be less than 76 characters

So it will fit on the screen when using a standard 80-column terminal.
master
Benno Schulenberg 2016-04-05 16:13:54 +02:00
parent 4a9b97b101
commit ba38d61f22
1 changed files with 2 additions and 2 deletions

View File

@ -940,8 +940,8 @@ void read_file(FILE *f, int fd, const char *filename, bool undoable, bool checkw
(unsigned long)num_lines), (unsigned long)num_lines);
else
statusbar(
P_("Read %lu line (Converted from DOS and Mac format - Warning: No write permission)",
"Read %lu lines (Converted from DOS and Mac format - Warning: No write permission)",
P_("Read %lu line (Converted from DOS and Mac format - NO write permission)",
"Read %lu lines (Converted from DOS and Mac format - NO write permission)",
(unsigned long)num_lines), (unsigned long)num_lines);
} else if (format == 2) {
openfile->fmt = MAC_FILE;